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