mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 07:37:19 +02:00
Change background color of selected options in <select multiple>
This commit is contained in:
parent
d671be21ee
commit
9c3b1bd908
@ -140,8 +140,17 @@ div[class^=HUDButton-module__hiddenContainer] ~ div:not([class^=HUDButton-module
|
|||||||
font-family: var(--bx-normal-font) !important;
|
font-family: var(--bx-normal-font) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
select[multiple] {
|
select[multiple], select[multiple]:focus {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
||||||
|
option {
|
||||||
|
padding: 4px;
|
||||||
|
|
||||||
|
&:checked, {
|
||||||
|
color = var(--bx-primary-button-color);
|
||||||
|
background: color linear-gradient(0deg, color 0%, color 100%);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Hide UI elements */
|
/* Hide UI elements */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user