comparison: layout/reftests/css-disabled/label/style.css
layout/reftests/css-disabled/label/style.css
- branch
- TOR_BUG_3246
- changeset 6
- 8bccb770b82d
equal
deleted
inserted
replaced
|
1 label { |
|
2 background-color: green; |
|
3 } |
|
4 |
|
5 label:disabled { |
|
6 background-color: red; |
|
7 } |
|
8 |
|
9 /* ref should always be green! */ |
|
10 .ref:disabled { |
|
11 background-color: green; |
|
12 } |