mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 08:40:08 +00:00
10 lines
179 B
CSS
10 lines
179 B
CSS
/* 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);
|
|
}
|