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
639 B
CSS
68 lines
639 B
CSS
:active {
|
|
color: rgb(255,0,0);
|
|
}
|
|
|
|
:hover {
|
|
color: rgb(255,0,0);
|
|
}
|
|
|
|
:hover {
|
|
color: rgb(255,0,0);
|
|
}
|
|
|
|
:selected {
|
|
color: rgb(255,0,0);
|
|
}
|
|
|
|
:disabled {
|
|
color: rgb(255,0,0);
|
|
}
|
|
|
|
:disabled {
|
|
color: rgb(255,0,0);
|
|
}
|
|
|
|
:indeterminate {
|
|
color: rgb(255,0,0);
|
|
}
|
|
|
|
:indeterminate {
|
|
color: rgb(255,0,0);
|
|
}
|
|
|
|
:focus {
|
|
color: rgb(255,0,0);
|
|
}
|
|
|
|
:focus {
|
|
color: rgb(255,0,0);
|
|
}
|
|
|
|
:backdrop {
|
|
color: rgb(255,0,0);
|
|
}
|
|
|
|
:dir(ltr) {
|
|
color: rgb(255,0,0);
|
|
}
|
|
|
|
:dir(rtl) {
|
|
color: rgb(255,0,0);
|
|
}
|
|
|
|
:link {
|
|
color: rgb(255,0,0);
|
|
}
|
|
|
|
:visited {
|
|
color: rgb(255,0,0);
|
|
}
|
|
|
|
:checked {
|
|
color: rgb(255,0,0);
|
|
}
|
|
|
|
:drop(active) {
|
|
color: rgb(255,0,0);
|
|
}
|