mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-07 08:07:18 +02:00
Use "accent-color" style on inputs
This commit is contained in:
parent
7310a009df
commit
06790c8098
@ -8350,6 +8350,7 @@ a.bx-button {
|
|||||||
|
|
||||||
.bx-settings-row input {
|
.bx-settings-row input {
|
||||||
align-self: center;
|
align-self: center;
|
||||||
|
accent-color: var(--bx-primary-button-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.bx-settings-row select:disabled {
|
.bx-settings-row select:disabled {
|
||||||
@ -8772,6 +8773,10 @@ div[class*=StreamMenu-module__menuContainer] > div[class*=Menu-module] {
|
|||||||
margin-bottom: 0 !important;
|
margin-bottom: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bx-quick-settings-row input {
|
||||||
|
accent-color: var(--bx-primary-button-color);
|
||||||
|
}
|
||||||
|
|
||||||
.bx-quick-settings-tab-contents h2 {
|
.bx-quick-settings-tab-contents h2 {
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -9143,11 +9148,6 @@ div[class*=StreamMenu-module__menuContainer] > div[class*=Menu-module] {
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bx-remote-play-settings input {
|
|
||||||
display: block;
|
|
||||||
margin: 0 auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.bx-remote-play-settings span {
|
.bx-remote-play-settings span {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user