summaryrefslogtreecommitdiff
path: root/tests/testgtk2.css
blob: a51ec2a10091095e261616d3e067045b0bc6518d (plain)
1
2
3
4
5
6
7
8
9
/* this file gets included from testgtk.css */

#main_window GtkButton {
    font: Monospace 10;
}

#main_window GtkButton:hover {
    background-color: rgba(0%, 0%, 75%, 0.1);
}