mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-07 08:07: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 {
|
.bx-settings-row select:disabled {
|
||||||
|
-webkit-appearance: none;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
text-align-last: right;
|
||||||
border: none;
|
border: none;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
@ -8908,13 +8910,18 @@ div[class*=StreamMenu-module__menuContainer] > div[class*=Menu-module] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bx-mkb-settings select:disabled {
|
.bx-mkb-settings select:disabled {
|
||||||
|
-webkit-appearance: none;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
text-align-last: right;
|
||||||
|
text-align: right;
|
||||||
border: none;
|
border: none;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bx-quick-settings-row select:disabled {
|
.bx-quick-settings-row select:disabled {
|
||||||
text-align: right;
|
-webkit-appearance: none;
|
||||||
|
background: transparent;
|
||||||
|
text-align-last: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bx-mkb-pointer-lock-msg {
|
.bx-mkb-pointer-lock-msg {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user