17 lines
254 B
CSS
Raw Permalink Normal View History

2016-11-25 00:33:18 -07:00
/* used by test43 */
GtkButton:hover {
background-color: #f00;
transition: 500ms linear
}
GtkNotebook tab:first-child {
background-color: lemonchiffon
}
GtkNotebook tab:last-child {
background-color: azure;
}