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