settings: Fix background-color of save-discard widget in dark theme.

The correct background-color for buttons of save-discard widget
was not being applied and instead almost transparent color was
applied to dark-theme CSS rules. This commit adds ID to the
selector such that CSS in app_components.css is preferred over
dark-theme CSS.
This commit is contained in:
Sahil Batra 2022-12-26 17:03:52 +05:30 committed by Tim Abbott
parent 111f395eb6
commit 4e63794ddd
1 changed files with 2 additions and 1 deletions

View File

@ -740,7 +740,8 @@ div.overlay {
}
}
.save-button-controls {
#stream_settings .save-button-controls,
#settings_page .save-button-controls {
display: inline;
margin-left: 15px;