gtk/tests/reftests/background-area.css

20 lines
280 B
CSS
Raw Normal View History

* {
engine: none;
border-radius: 0;
border-style: none;
border-image: none;
background-image: none;
}
GtkButton {
background-color: green;
border-style: solid;
border-color: rgba(255,0,0,0.6);
border-width: 4;
}
#reference {
border-color: rgb(153,102,0);
}