mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 15:47:18 +02:00
Update styling of disabled <select>
This commit is contained in:
parent
06790c8098
commit
e6ec664087
@ -8354,7 +8354,9 @@ a.bx-button {
|
||||
}
|
||||
|
||||
.bx-settings-row select:disabled {
|
||||
-webkit-appearance: none;
|
||||
background: transparent;
|
||||
text-align-last: right;
|
||||
border: none;
|
||||
color: #fff;
|
||||
}
|
||||
@ -8908,13 +8910,18 @@ div[class*=StreamMenu-module__menuContainer] > div[class*=Menu-module] {
|
||||
}
|
||||
|
||||
.bx-mkb-settings select:disabled {
|
||||
-webkit-appearance: none;
|
||||
background: transparent;
|
||||
text-align-last: right;
|
||||
text-align: right;
|
||||
border: none;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.bx-quick-settings-row select:disabled {
|
||||
text-align: right;
|
||||
-webkit-appearance: none;
|
||||
background: transparent;
|
||||
text-align-last: right;
|
||||
}
|
||||
|
||||
.bx-mkb-pointer-lock-msg {
|
||||
|
Loading…
x
Reference in New Issue
Block a user