mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 22:38:41 +09:00
12 lines
164 B
CSS
12 lines
164 B
CSS
|
|
object {
|
||
|
|
background-color: green;
|
||
|
|
}
|
||
|
|
|
||
|
|
object:disabled {
|
||
|
|
background-color: red;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* ref should always be green! */
|
||
|
|
.ref:disabled {
|
||
|
|
background-color: green;
|
||
|
|
}
|