aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.18/sass/_transparent_widgets.scss
diff options
context:
space:
mode:
authorHorst31802015-09-29 14:42:27 +0200
committerHorst31802015-09-29 14:42:27 +0200
commitce5241d56c3e65e1f204f97256597bbfcf933a71 (patch)
tree2394940d4aa5249bb001129cdf8c1f14b30db78b /common/gtk-3.0/3.18/sass/_transparent_widgets.scss
parent7881d403586f763cb78a8ebe6237e70d7c04cd23 (diff)
downloadsolarc-theme-ce5241d56c3e65e1f204f97256597bbfcf933a71.tar.gz
solarc-theme-ce5241d56c3e65e1f204f97256597bbfcf933a71.tar.xz
solarc-theme-ce5241d56c3e65e1f204f97256597bbfcf933a71.zip
fixes for paned headerbars
Diffstat (limited to 'common/gtk-3.0/3.18/sass/_transparent_widgets.scss')
-rw-r--r--common/gtk-3.0/3.18/sass/_transparent_widgets.scss34
1 files changed, 18 insertions, 16 deletions
diff --git a/common/gtk-3.0/3.18/sass/_transparent_widgets.scss b/common/gtk-3.0/3.18/sass/_transparent_widgets.scss
index f12395c..fee73fe 100644
--- a/common/gtk-3.0/3.18/sass/_transparent_widgets.scss
+++ b/common/gtk-3.0/3.18/sass/_transparent_widgets.scss
@@ -154,36 +154,38 @@ GtkFileChooserDialog {
}
}
-// Gedit sidebar
+//
+// Paned Headerbars
+//
+FeedReaderreaderUI.background.csd,
GeditWindow.background.csd {
- background-color: transparent;
- .pane-separator,
- .pane-separator:hover { background-color: $dark_sidebar_border; }
+ > .titlebar .pane-separator,
+ &.maximized > .titlebar .pane-separator,
+ > .titlebar .pane-separator:backdrop,
+ &.maximized > .titlebar .pane-separator:backdrop { background-color: $header_border; }
- .gedit-headerbar-paned.titlebar .pane-separator,
- &.maximized .gedit-headerbar-paned.titlebar .pane-separator,
- .gedit-headerbar-paned.titlebar .pane-separator:backdrop,
- &.maximized .gedit-headerbar-paned.titlebar .pane-separator:backdrop { background-color: $header_border; }
+ > .titlebar { background-color: transparent; }
- .gedit-headerbar-paned.titlebar { background-color: transparent; }
-
- .gedit-headerbar-paned.titlebar > GtkHeaderBar.header-bar.titlebar,
- .gedit-titlebar-left,
- .gedit-titlebar-right {
+ > .titlebar > GtkHeaderBar.header-bar.titlebar {
background-color: $header_bg;
&:backdrop { background-color: $header_bg_backdrop; }
}
- &.maximized .gedit-headerbar-paned.titlebar > GtkHeaderBar.header-bar.titlebar,
- &.maximized .gedit-titlebar-left,
- &.maximized .gedit-titlebar-right {
+ &.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar {
background-color: opacify($header_bg, 1);
&:backdrop { background-color: opacify($header_bg_backdrop, 1); }
}
+}
+// Gedit
+GeditWindow.background.csd {
+ background-color: transparent;
+
+ .pane-separator,
+ .pane-separator:hover { background-color: $dark_sidebar_border; }
}
.gedit-bottom-panel-paned { background-color: $base_color; }