mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-11 11:19:27 +00:00
13 lines
162 B
CSS
13 lines
162 B
CSS
output {
|
|
background-color: green;
|
|
}
|
|
|
|
output:enabled {
|
|
background-color: red;
|
|
}
|
|
|
|
/* ref should always be green! */
|
|
.ref:enabled {
|
|
background-color: green;
|
|
}
|