diff --git a/static/styles/settings.css b/static/styles/settings.css index 391fe56323..80ef1bec35 100644 --- a/static/styles/settings.css +++ b/static/styles/settings.css @@ -358,17 +358,20 @@ td .button { .settings_select { height: 30px; width: 220px; - padding: 4px 6px; - color: hsl(0, 0%, 33%); - border-radius: 4px; - border: 1px solid hsl(0, 0%, 80%); - cursor: pointer; - background-color: hsl(0, 0%, 100%); + } +} - &:disabled { - cursor: not-allowed; - background-color: hsl(0, 0%, 93%); - } +.settings_select { + padding: 4px 6px; + color: hsl(0, 0%, 33%); + border-radius: 4px; + border: 1px solid hsl(0, 0%, 80%); + cursor: pointer; + background-color: hsl(0, 0%, 100%); + + &:disabled { + cursor: not-allowed; + background-color: hsl(0, 0%, 93%); } } diff --git a/static/styles/subscriptions.css b/static/styles/subscriptions.css index cd842dcf61..d3922dfe6e 100644 --- a/static/styles/subscriptions.css +++ b/static/styles/subscriptions.css @@ -989,17 +989,6 @@ div.settings-radio-input-parent { /* Match .setting_desktop_icon_count_display */ width: 325px; height: fit-content; - padding: 4px 6px; - color: hsl(0, 0%, 33%); - border-radius: 4px; - border: 1px solid hsl(0, 0%, 80%); - cursor: pointer; - background-color: hsl(0, 0%, 100%); - - &:disabled { - cursor: not-allowed; - background-color: hsl(0, 0%, 93%); - } } select.stream_post_policy_setting {