mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
78294be353
--HG-- extra : rebase_source : 66ef476d46872edcc8ea8cd6488cd14d24ce8446
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;
|
|
}
|