Learning_GTK4_tree/tests/testgtk2.css

11 lines
198 B
CSS
Raw Permalink Normal View History

2023-12-12 11:36:42 +01:00
/* this file gets included from testgtk.css */
#main_window button {
font-family: Monospace;
font-size: 10px;
}
#main_window button:hover {
background-color: rgba(0%, 0%, 75%, 0.1);
}