- commit
- a8957a0fa3c0f495d33c5af095b732b9d3495e71
- parent
- 91308ee64164f3d30d827648515ad5eecd4754a3
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2024-06-02 13:51
set background on titlebar
Diffstat
| M | gtk-3.0/widgets/headerbar.css | 4 | +++- |
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk-3.0/widgets/headerbar.css b/gtk-3.0/widgets/headerbar.css
@@ -1,10 +1,12 @@1 -1 headerbar {-1 1 .titlebar { 2 2 background: @bg_color_secondary; 3 3 color: @fg_color; 4 4 padding: 0.5em; 5 5 border-bottom-width: 1px; 6 6 box-shadow: 0 0 0.2em @border_color; -1 7 } 7 8 -1 9 headerbar { 8 10 /* HACK for squishy headerbars */ 9 11 min-height: 2.4em; 10 12 }