gtk/testsuite/css/parser/not.ref.css
2014-11-25 19:33:18 +01:00

81 lines
868 B
CSS

:not(*) {
color: rgb(255,99,71);
}
:not(GtkButton) {
color: rgb(255,99,71);
}
:not(:hover) {
color: rgb(255,99,71);
}
:not(.yourmom) {
color: rgb(255,99,71);
}
:not(#yourmom) {
color: rgb(255,99,71);
}
:not(*) {
color: rgb(255,99,71);
}
:not(GtkButton) {
color: rgb(255,99,71);
}
:not(:hover) {
color: rgb(255,99,71);
}
:not(.yourmom) {
color: rgb(255,99,71);
}
:not(#yourmom) {
color: rgb(255,99,71);
}
:not(*) {
color: rgb(255,99,71);
}
:not(GtkButton) {
color: rgb(255,99,71);
}
:not(:hover) {
color: rgb(255,99,71);
}
:not(.yourmom) {
color: rgb(255,99,71);
}
:not(#yourmom) {
color: rgb(255,99,71);
}
:not(*) {
color: rgb(255,99,71);
}
:not(GtkButton) {
color: rgb(255,99,71);
}
:not(:hover) {
color: rgb(255,99,71);
}
:not(.yourmom) {
color: rgb(255,99,71);
}
:not(#yourmom) {
color: rgb(255,99,71);
}