зеркало из https://github.com/mozilla/gecko-dev.git
13 строки
162 B
CSS
13 строки
162 B
CSS
|
output {
|
||
|
background-color: green;
|
||
|
}
|
||
|
|
||
|
output:enabled {
|
||
|
background-color: red;
|
||
|
}
|
||
|
|
||
|
/* ref should always be green! */
|
||
|
.ref:enabled {
|
||
|
background-color: green;
|
||
|
}
|