1
0
mirror of https://gitlab.gnome.org/GNOME/gtk.git synced 2025-01-14 22:30:22 +00:00
gtk/tests/testgtk2.css
2016-10-16 18:17:21 +02:00

11 lines
198 B
CSS

/* 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);
}