- commit
- e72cf81a3ae8671e120141a32c4960d6b11aef23
- parent
- 51389e3aabb02b542c4dc8644fa3b7877b9dcc91
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2023-05-23 04:57
gtk4: overwrite popup styles
Diffstat
| M | gtk-4.0/gtk.css | 17 | +++++++++++++++++ |
1 files changed, 17 insertions, 0 deletions
diff --git a/gtk-4.0/gtk.css b/gtk-4.0/gtk.css
@@ -1 +1,18 @@
1 1 @import url("../gtk-3.0/gtk.css");
-1 2
-1 3 popover.background {
-1 4 background-color: transparent;
-1 5 border: 0;
-1 6 }
-1 7
-1 8 popover.background > arrow,
-1 9 popover.background > contents {
-1 10 background: @base_color;
-1 11 color: @text_color;
-1 12 border-width: 1px;
-1 13 }
-1 14
-1 15 popover.background > contents {
-1 16 padding: 0.5em;
-1 17 border-radius: 3px;
-1 18 }