- commit
- 373f270cc404a9e1135cdac92c6024bdea52fd9a
- parent
- ae906e2278257967eedfe7490c1f98e73377ae2f
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2021-09-18 07:24
rm margin around menu separator
Diffstat
| M | gtk-3.0/widgets/menu.css | 3 | +-- |
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk-3.0/widgets/menu.css b/gtk-3.0/widgets/menu.css
@@ -24,6 +24,7 @@ menu {
24 24 background: @base_color;
25 25 color: @text_color;
26 26 border-width: 1px;
-1 27 padding: 1px;
27 28 }
28 29
29 30 menuitem {
@@ -32,7 +33,6 @@ menuitem {
32 33
33 34 menu menuitem {
34 35 padding: 0.4em;
35 -1 margin: 1px;
36 36 }
37 37
38 38 menuitem:hover,
@@ -49,7 +49,6 @@ toolbar button {
49 49
50 50 menu separator {
51 51 background-color: @border_color;
52 -1 margin: 0.2em;
53 52 min-width: 1px;
54 53 min-height: 1px;
55 54 }