aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.18/sass
diff options
context:
space:
mode:
authorHorst31802015-09-20 17:55:30 +0200
committerHorst31802015-09-20 17:55:30 +0200
commitee2af492f8b83abcbec056af9f46378ccf53967e (patch)
tree0efb0f37f25cb804342a11ee3f0e6c6986120992 /common/gtk-3.0/3.18/sass
parent04be048955570c0f2b111c60c9cfe59d9af5d79b (diff)
downloadsolarc-theme-ee2af492f8b83abcbec056af9f46378ccf53967e.tar.gz
solarc-theme-ee2af492f8b83abcbec056af9f46378ccf53967e.tar.xz
solarc-theme-ee2af492f8b83abcbec056af9f46378ccf53967e.zip
gedit: fix GeditFileBrowserWidget transparency
Diffstat (limited to 'common/gtk-3.0/3.18/sass')
-rw-r--r--common/gtk-3.0/3.18/sass/_transparent_widgets.scss2
1 files changed, 1 insertions, 1 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 340f757..67ccfe2 100644
--- a/common/gtk-3.0/3.18/sass/_transparent_widgets.scss
+++ b/common/gtk-3.0/3.18/sass/_transparent_widgets.scss
@@ -222,7 +222,7 @@ GeditWindow.background.csd {
}
}
-GeditWindow.background.csd GeditFileBrowserWidget {
+GeditFileBrowserWidget {
background-color: $dark_sidebar_bg;
.maximized & { background-color: opacify($dark_sidebar_bg, 1); }