gtk2/testsuite/reftests/box-order.css

33 lines
424 B
CSS
Raw Normal View History

* {
all: unset;
color: transparent;
}
GtkBox *:nth-child(1) {
background-color: red;
}
GtkBox *:nth-child(2) {
background-color: orange;
}
GtkBox *:nth-child(3) {
background-color: yellow;
}
GtkBox *:nth-child(4) {
background-color: lime;
}
GtkBox *:nth-child(5) {
background-color: blue;
}
GtkBox *:nth-child(6) {
background-color: indigo;
}
GtkBox *:nth-child(7) {
background-color: darkViolet;
}