aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.14/_transparent_widgets.scss
diff options
context:
space:
mode:
authorHorst31802015-06-04 13:33:37 +0200
committerHorst31802015-06-04 13:33:37 +0200
commit04029eea7903458788564e520d645aa0ae667344 (patch)
tree3ffe57a8ac26b460f32ff5ccdb19dc743692b1fd /common/gtk-3.0/3.14/_transparent_widgets.scss
parent5955dfd4603983c7dfffa6e903bf3220df60c03e (diff)
downloadsolarc-theme-04029eea7903458788564e520d645aa0ae667344.tar.gz
solarc-theme-04029eea7903458788564e520d645aa0ae667344.tar.xz
solarc-theme-04029eea7903458788564e520d645aa0ae667344.zip
fixes for gedit and nautilus under unity
Diffstat (limited to 'common/gtk-3.0/3.14/_transparent_widgets.scss')
-rw-r--r--common/gtk-3.0/3.14/_transparent_widgets.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/common/gtk-3.0/3.14/_transparent_widgets.scss b/common/gtk-3.0/3.14/_transparent_widgets.scss
index f3a3269..8b4b953 100644
--- a/common/gtk-3.0/3.14/_transparent_widgets.scss
+++ b/common/gtk-3.0/3.14/_transparent_widgets.scss
@@ -18,7 +18,7 @@ NautilusWindow,
NemoWindow,
MarlinViewWindow {
- &.background,
+ &.csd.background,
.source-list, .source-list.view, .source-list.view:prelight { background-color: transparent; }
GtkBox.sidebar { background-color: transparent; }
@@ -80,7 +80,7 @@ MarlinViewWindow {
GtkFileChooserDialog GtkPaned > .vertical > .horizontal { background-color: $bg_color; }
// Gedit sidebar
-GeditWindow.background {
+GeditWindow.background.csd {
background-color: transparent;
.pane-separator,
@@ -127,7 +127,7 @@ GeditWindow.background {
}
}
-GeditFileBrowserWidget {
+GeditWindow.background.csd GeditFileBrowserWidget {
background-color: $dark_sidebar_bg;
.maximized & { background-color: opacify($dark_sidebar_bg, 1); }
@@ -181,7 +181,7 @@ GeditFileBrowserWidget {
}
}
-GeditFileBrowserView.view {
+GeditWindow.background.csd GeditFileBrowserView.view {
background-color: transparent;
color: $dark_sidebar_fg;