forked from AuroraMiddleware/gtk
81 lines
799 B
CSS
81 lines
799 B
CSS
|
:not(*) {
|
||
|
color: tomato;
|
||
|
}
|
||
|
|
||
|
:not(GtkButton) {
|
||
|
color: tomato;
|
||
|
}
|
||
|
|
||
|
:not(:hover) {
|
||
|
color: tomato;
|
||
|
}
|
||
|
|
||
|
:not(.yourmom) {
|
||
|
color: tomato;
|
||
|
}
|
||
|
|
||
|
:not(#yourmom) {
|
||
|
color: tomato;
|
||
|
}
|
||
|
|
||
|
:not( *) {
|
||
|
color: tomato;
|
||
|
}
|
||
|
|
||
|
:not( GtkButton) {
|
||
|
color: tomato;
|
||
|
}
|
||
|
|
||
|
:not( :hover) {
|
||
|
color: tomato;
|
||
|
}
|
||
|
|
||
|
:not( .yourmom) {
|
||
|
color: tomato;
|
||
|
}
|
||
|
|
||
|
:not( #yourmom) {
|
||
|
color: tomato;
|
||
|
}
|
||
|
|
||
|
:not(* ) {
|
||
|
color: tomato;
|
||
|
}
|
||
|
|
||
|
:not(GtkButton ) {
|
||
|
color: tomato;
|
||
|
}
|
||
|
|
||
|
:not(:hover ) {
|
||
|
color: tomato;
|
||
|
}
|
||
|
|
||
|
:not(.yourmom ) {
|
||
|
color: tomato;
|
||
|
}
|
||
|
|
||
|
:not(#yourmom ) {
|
||
|
color: tomato;
|
||
|
}
|
||
|
|
||
|
:not( * ) {
|
||
|
color: tomato;
|
||
|
}
|
||
|
|
||
|
:not( GtkButton ) {
|
||
|
color: tomato;
|
||
|
}
|
||
|
|
||
|
:not( :hover ) {
|
||
|
color: tomato;
|
||
|
}
|
||
|
|
||
|
:not( .yourmom ) {
|
||
|
color: tomato;
|
||
|
}
|
||
|
|
||
|
:not( #yourmom ) {
|
||
|
color: tomato;
|
||
|
}
|
||
|
|