1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-12 19:38:36 +00:00
Files
UXP/layout/reftests/css-disabled/button/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;
}