mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-12 15:48:35 +00:00
13 lines
164 B
CSS
13 lines
164 B
CSS
output {
|
|
background-color: green;
|
|
}
|
|
|
|
output:disabled {
|
|
background-color: red;
|
|
}
|
|
|
|
/* ref should always be green! */
|
|
.ref:disabled {
|
|
background-color: green;
|
|
}
|