mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-03 11:59:05 +00:00
13 lines
160 B
CSS
13 lines
160 B
CSS
label {
|
|
background-color: green;
|
|
}
|
|
|
|
label:enabled {
|
|
background-color: red;
|
|
}
|
|
|
|
/* ref should always be green! */
|
|
.ref:enabled {
|
|
background-color: green;
|
|
}
|