Update style of disabled <select> in Settings

This commit is contained in:
redphx 2024-03-07 17:46:08 +07:00
parent 77abc44f3d
commit d78e55586e

View File

@ -8335,6 +8335,12 @@ a.bx-button {
align-self: center; align-self: center;
} }
.bx-settings-row select:disabled {
background: transparent;
border: none;
color: #fff;
}
.bx-settings-wrapper .bx-button.bx-primary { .bx-settings-wrapper .bx-button.bx-primary {
margin-top: 8px; margin-top: 8px;
} }