1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-12 11:28:57 +00:00
Files
UXP/layout/reftests/css-disabled/output/style.css
T

13 lines
164 B
CSS

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