blob: 49e6c093e166581c4e43aefb84e6e4abd1bdb15b (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* 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);
}
|