summaryrefslogtreecommitdiff
path: root/desktop-themes/Menta
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-05-12 14:02:47 +0200
committerraveit65 <[email protected]>2019-05-12 14:02:47 +0200
commit3bde1f1aa605bc418e921786243bd8c09a23fb0e (patch)
treee3b10daf3a4a6df0b7c594bdcc60eeaa841f9ca0 /desktop-themes/Menta
parent34b6bfd9eea7dfcf6393181850b7b7aa6f44bd10 (diff)
downloadmate-themes-3bde1f1aa605bc418e921786243bd8c09a23fb0e.tar.bz2
mate-themes-3bde1f1aa605bc418e921786243bd8c09a23fb0e.tar.xz
all themes: adjustments for headerbars
- border-radius fixes for double headerbars - separator fixes - height fixes - dropping old workarounds
Diffstat (limited to 'desktop-themes/Menta')
-rw-r--r--desktop-themes/Menta/gtk-3.0/gtk-widgets.css33
1 files changed, 16 insertions, 17 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
index 06a5b41b..431f6093 100644
--- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
@@ -5427,23 +5427,7 @@ headerbar,
border-style: solid;
box-shadow: inset 0 -1px alpha(@theme_base_color, 0.4);
border-color: @borders;
- padding: 6px;
-}
-
-/* fix for gedit, .titlebar does not match headerbar selector */
-.background.csd > paned.horizontal.titlebar,
-.background.solid-csd > paned.horizontal.titlebar {
- background-color: transparent;
- padding: 0px 0px 0px 0px;
- margin: 0px -2px 0px -2px;
- border-width: 0px;
-}
-
-/* ie. meld */
-dialog.background.csd > headerbar.titlebar,
-dialog.background.ssd > headerbar.titlebar,
-dialog.background.solid-csd > headerbar.titlebar {
- padding: 4px 6px 5px 6px;
+ padding: 3px 6px;
}
.tiled .titlebar {
@@ -5475,6 +5459,21 @@ headerbar .subtitle {
padding: 0px 12px;
}
+.horizontal.titlebar headerbar:first-child,
+paned.horizontal.titlebar headerbar:first-child {
+ border-top-right-radius: 0px;
+}
+
+.horizontal.titlebar headerbar:last-child,
+paned.horizontal.titlebar headerbar:last-child {
+ border-top-left-radius: 0px;
+}
+
+paned.horizontal.titlebar > separator,
+.horizontal.titlebar > separator.vertical.tilix-title-separator {
+ background-color: transparent;
+}
+
/*
.titlebar:backdrop {
color: @theme_unfocused_fg_color;