mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-27 12:21:17 +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;
|
|
}
|