mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
78294be353
--HG-- extra : rebase_source : 66ef476d46872edcc8ea8cd6488cd14d24ce8446
13 lines
164 B
CSS
13 lines
164 B
CSS
object {
|
|
background-color: green;
|
|
}
|
|
|
|
object:disabled {
|
|
background-color: red;
|
|
}
|
|
|
|
/* ref should always be green! */
|
|
.ref:disabled {
|
|
background-color: green;
|
|
}
|