forked from AuroraMiddleware/gtk
ab182126df
The test needs to be updated for the renamed :dnd pseudo class. We also need to add a .errors file for the deprecation errors that we are now producing.
68 lines
493 B
CSS
68 lines
493 B
CSS
:active {
|
|
color: red;
|
|
}
|
|
|
|
:prelight {
|
|
color: red;
|
|
}
|
|
|
|
:hover {
|
|
color: red;
|
|
}
|
|
|
|
:selected {
|
|
color: red;
|
|
}
|
|
|
|
:insensitive {
|
|
color: red;
|
|
}
|
|
|
|
:disabled {
|
|
color: red;
|
|
}
|
|
|
|
:inconsistent {
|
|
color: red;
|
|
}
|
|
|
|
:indeterminate {
|
|
color: red;
|
|
}
|
|
|
|
:focused {
|
|
color: red;
|
|
}
|
|
|
|
:focus {
|
|
color: red;
|
|
}
|
|
|
|
:backdrop {
|
|
color: red;
|
|
}
|
|
|
|
:dir(ltr) {
|
|
color: red;
|
|
}
|
|
|
|
:dir(rtl) {
|
|
color: red;
|
|
}
|
|
|
|
:link {
|
|
color: red;
|
|
}
|
|
|
|
:visited {
|
|
color: red;
|
|
}
|
|
|
|
:checked {
|
|
color: red;
|
|
}
|
|
|
|
:drop(active) {
|
|
color: red;
|
|
}
|