summaryrefslogtreecommitdiff
path: root/gtk/theme/Adwaita/gtk-contained.css
diff options
context:
space:
mode:
authorLapo Calamandrei <calamandrei@gmail.com>2016-11-03 18:52:54 +0100
committerMatthias Clasen <mclasen@redhat.com>2016-11-03 14:04:32 -0400
commit993f8677440292ccc22e1e41884d644ccb17e9eb (patch)
treec21693b0d2ab75f59d9d43866b21b08ac8adb8af /gtk/theme/Adwaita/gtk-contained.css
parent3885e85f77901bfb75d5832cfe07f9a1284ecaa1 (diff)
downloadgtk+-993f8677440292ccc22e1e41884d644ccb17e9eb.tar.gz
Adwaita: correctly style headerbars in a stack
corners are correctly rounded now. Stacked splitted headerbars are not supported yet though.
Diffstat (limited to 'gtk/theme/Adwaita/gtk-contained.css')
-rw-r--r--gtk/theme/Adwaita/gtk-contained.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/theme/Adwaita/gtk-contained.css b/gtk/theme/Adwaita/gtk-contained.css
index d8058cebea..879163ff05 100644
--- a/gtk/theme/Adwaita/gtk-contained.css
+++ b/gtk/theme/Adwaita/gtk-contained.css
@@ -2031,6 +2031,9 @@ window:not(.tiled):not(.maximized):not(.solid-csd) separator:first-child + heade
border-top-left-radius: 7px; }
window:not(.tiled):not(.maximized):not(.solid-csd) headerbar:last-child:backdrop, window:not(.tiled):not(.maximized):not(.solid-csd) headerbar:last-child {
border-top-right-radius: 7px; }
+window:not(.tiled):not(.maximized):not(.solid-csd) stack headerbar:first-child:backdrop, window:not(.tiled):not(.maximized):not(.solid-csd) stack headerbar:first-child, window:not(.tiled):not(.maximized):not(.solid-csd) stack headerbar:last-child:backdrop, window:not(.tiled):not(.maximized):not(.solid-csd) stack headerbar:last-child {
+ border-top-left-radius: 7px;
+ border-top-right-radius: 7px; }
window.csd > .titlebar:not(headerbar) {
padding: 0;