- commit
- 9ab999443a749acb76693d34622813ec052b6629
- parent
- 06b2417d8e94808dcb3274bd9c5227144c8ca22b
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2023-01-06 08:47
fix double borders on menues
Diffstat
| M | gtk-3.0/widgets/headerbar.css | 4 | ---- |
| M | gtk-3.0/widgets/menu.css | 1 | - |
2 files changed, 0 insertions, 5 deletions
diff --git a/gtk-3.0/widgets/headerbar.css b/gtk-3.0/widgets/headerbar.css
@@ -12,7 +12,3 @@ headerbar {
12 12 searchbar {
13 13 border-bottom-width: 1px;
14 14 }
15 -1
16 -1 decoration {
17 -1 border-width: 1px;
18 -1 }
diff --git a/gtk-3.0/widgets/menu.css b/gtk-3.0/widgets/menu.css
@@ -14,7 +14,6 @@ actionbar {
14 14 actionbar {
15 15 border-top-width: 1px;
16 16 }
17 -1
18 17 .inline-toolbar {
19 18 border-width: 0 1px 1px;
20 19 }