1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-18 22:39:21 +00:00
Files
UXP/layout/reftests/css-disabled/select/style.css
T

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;
}