mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 02:13:08 +09:00
12 lines
162 B
CSS
12 lines
162 B
CSS
|
|
object {
|
||
|
|
background-color: green;
|
||
|
|
}
|
||
|
|
|
||
|
|
object:enabled {
|
||
|
|
background-color: red;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* ref should always be green! */
|
||
|
|
.ref:enabled {
|
||
|
|
background-color: green;
|
||
|
|
}
|