mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-06 00:19:08 +00:00
13 lines
164 B
CSS
13 lines
164 B
CSS
output {
|
|
background-color: green;
|
|
}
|
|
|
|
output:disabled {
|
|
background-color: red;
|
|
}
|
|
|
|
/* ref should always be green! */
|
|
.ref:disabled {
|
|
background-color: green;
|
|
}
|