1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-12 03:18:36 +00:00
Files
UXP/layout/reftests/css-enabled/label/style.css
T

13 lines
160 B
CSS

label {
background-color: green;
}
label:enabled {
background-color: red;
}
/* ref should always be green! */
.ref:enabled {
background-color: green;
}