gtk2/tests/testgtk2.css

11 lines
198 B
CSS
Raw Normal View History

/* this file gets included from testgtk.css */
2016-10-03 07:31:44 +00:00
#main_window button {
font-family: Monospace;
font-size: 10px;
}
2016-10-03 07:31:44 +00:00
#main_window button:hover {
background-color: rgba(0%, 0%, 75%, 0.1);
}