source: dotfiles/guix/.config/gtk-3.0/gtk.css@ b344981

Last change on this file since b344981 was b344981, checked in by Mikhail Kirillov <w96k@…>, on Sep 11, 2022 at 1:04:22 PM

Change gtk menu fontsize

  • Property mode set to 100644
File size: 1.1 KB
Line 
1undershoot.top,
2undershoot.right,
3undershoot.bottom,
4undershoot.left {
5 background-image: none;
6}
7
8* {
9 transition: 0;
10}
11
12scrollbar {
13 -GtkScrollbar-has-backward-stepper: true;
14 -GtkScrollbar-has-forward-stepper: true;
15}
16
17scrollbar.vertical {
18 padding: 0.1em 0;
19 margin: 0;
20 opacity: 1;
21}
22
23scrollbar.vertical slider {
24 border-radius: 0;
25 margin: 0;
26 padding: 0;
27 border-radius: 0.2em;
28 transition: 0;
29 background-color: #bbb;
30}
31
32scrollbar.vertical slider:hover {
33 background-color: #aaa;
34}
35
36menubar {
37 font-size: 10pt;
38 background: #eee;
39}
40
41menubar menuitem:first-child {
42 border-left: 0;
43}
44
45menubar menuitem {
46 border-left: 1px solid #ddd;
47 padding: 0.35em 0.35em 0.15em 0.35em;
48}
49
50menubar > menuitem:hover {
51 background: #ddd;
52 color: #000;
53
54}
55
56scrollbar, scrollbar trough {
57 background-color: #fafafa;
58 padding: 0;
59 margin: 0;
60}
61
62manubar tab {
63 padding: 0;
64}
65
66toolbar {
67 background: #fafafa;
68 padding: 0;
69 margin-top: 0.15em;
70}
71
72toolbar icon {
73 width: 16px;
74}
75
76toolbar button {
77 border-radius: 0;
78 transition: 0;
79 padding: 0.1em;
80 font-size: 10pt
81}
Note: See TracBrowser for help on using the repository browser.