aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.16/_transparent_widgets.scss
diff options
context:
space:
mode:
Diffstat (limited to 'common/gtk-3.0/3.16/_transparent_widgets.scss')
-rw-r--r--common/gtk-3.0/3.16/_transparent_widgets.scss15
1 files changed, 12 insertions, 3 deletions
diff --git a/common/gtk-3.0/3.16/_transparent_widgets.scss b/common/gtk-3.0/3.16/_transparent_widgets.scss
index 1085db6..cea767d 100644
--- a/common/gtk-3.0/3.16/_transparent_widgets.scss
+++ b/common/gtk-3.0/3.16/_transparent_widgets.scss
@@ -1,5 +1,5 @@
.titlebar .separator {
- color: if($variant == 'light', darken($header_bg, 7%), darken($header_bg, 5%)); //fixes separator in gnome-tweak-tool
+ color: $header_border; //fixes separator in gnome-tweak-tool
}
GtkFileChooserDialog .dialog-action-box { background-color: $bg_color } // fix for non gnome environments
@@ -94,9 +94,18 @@ GeditWindow.background.csd {
.pane-separator,
.pane-separator:hover { background-color: $dark_sidebar_border; }
- .titlebar .pane-separator { background-color: if($variant == 'light', darken($header_bg, 7%), darken($header_bg, 5%)); }
+ .titlebar .pane-separator,
+ &.maximized .titlebar .pane-separator,
+ .titlebar .pane-separator:backdrop,
+ &.maximized .titlebar .pane-separator:backdrop { background-color: $header_border; }
- .titlebar { background-color: transparent }
+ .titlebar { background-color: transparent; }
+
+ &.maximized .titlebar {
+ background-color: opacify($header_bg, 1);
+
+ &:backdrop { background-color: $header_bg_backdrop; }
+ }
.gedit-titlebar-left.titlebar,
.gedit-titlebar-right.titlebar {