mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 15:47: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 {
|
||||
align-self: center;
|
||||
accent-color: var(--bx-primary-button-color);
|
||||
}
|
||||
|
||||
.bx-settings-row select:disabled {
|
||||
@ -8772,6 +8773,10 @@ div[class*=StreamMenu-module__menuContainer] > div[class*=Menu-module] {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
.bx-quick-settings-row input {
|
||||
accent-color: var(--bx-primary-button-color);
|
||||
}
|
||||
|
||||
.bx-quick-settings-tab-contents h2 {
|
||||
margin-bottom: 8px;
|
||||
display: flex;
|
||||
@ -9143,11 +9148,6 @@ div[class*=StreamMenu-module__menuContainer] > div[class*=Menu-module] {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.bx-remote-play-settings input {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.bx-remote-play-settings span {
|
||||
font-weight: bold;
|
||||
font-size: 18px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user