gecko/layout/reftests/css-disabled/select/style.css
Mounir Lamouri 2900163868 Bug 557087 (3/6) - Make layout aware of the new disabled state rule. r=dbaron a=sicking
--HG--
extra : rebase_source : 9e7d0a515c3f1bcacdcccc906c611849654ab484
2010-09-19 03:43:15 +02:00

20 lines
216 B
CSS

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