gecko-dev/layout/reftests/css-enabled/button/style.css

20 строки
214 B
CSS
Исходник Обычный вид История

.ref {
background-color: green;
}
.enabled {
background-color: red;
}
:enabled.enabled {
background-color: green;
}
.disabled {
background-color: green;
}
:enabled.disabled {
background-color: red;
}