- commit
- fff54032c14cd47cd4c3fcc31867a9fc1fab9d69
- parent
- e72cf81a3ae8671e120141a32c4960d6b11aef23
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2023-05-23 05:34
gtk4: overwrite frame and statusbar
Diffstat
| M | gtk-4.0/gtk.css | 9 | +++++++++ |
1 files changed, 9 insertions, 0 deletions
diff --git a/gtk-4.0/gtk.css b/gtk-4.0/gtk.css
@@ -16,3 +16,12 @@ popover.background > contents {
16 16 padding: 0.5em;
17 17 border-radius: 3px;
18 18 }
-1 19
-1 20 frame {
-1 21 border-width: 1px;
-1 22 padding: 0;
-1 23 }
-1 24
-1 25 statusbar {
-1 26 padding: 0.5em;
-1 27 }