mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-13 04:10:13 +00:00
01f2d4dd0f
We have some more pseudo-classes now, and some are printed out with their CSS name.
68 lines
630 B
CSS
68 lines
630 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);
|
|
}
|
|
|
|
:dnd {
|
|
color: rgb(255,0,0);
|
|
}
|