aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.18/gtk-contained-solid-dark.css
diff options
context:
space:
mode:
authorHorst31802015-09-20 17:32:42 +0200
committerHorst31802015-09-20 17:32:42 +0200
commit04be048955570c0f2b111c60c9cfe59d9af5d79b (patch)
tree812f87eb0328cbc9eec85043f868c39321581484 /common/gtk-3.0/3.18/gtk-contained-solid-dark.css
parent73972bbd8ab99848938e6569d3e79684153c595a (diff)
downloadsolarc-theme-04be048955570c0f2b111c60c9cfe59d9af5d79b.tar.gz
solarc-theme-04be048955570c0f2b111c60c9cfe59d9af5d79b.tar.xz
solarc-theme-04be048955570c0f2b111c60c9cfe59d9af5d79b.zip
gedit: fix headerbar transparency with 3.18
Diffstat (limited to 'common/gtk-3.0/3.18/gtk-contained-solid-dark.css')
-rw-r--r--common/gtk-3.0/3.18/gtk-contained-solid-dark.css22
1 files changed, 18 insertions, 4 deletions
diff --git a/common/gtk-3.0/3.18/gtk-contained-solid-dark.css b/common/gtk-3.0/3.18/gtk-contained-solid-dark.css
index c00c529..26b48ac 100644
--- a/common/gtk-3.0/3.18/gtk-contained-solid-dark.css
+++ b/common/gtk-3.0/3.18/gtk-contained-solid-dark.css
@@ -4013,11 +4013,25 @@ GeditWindow.background.csd {
GeditWindow.background.csd .pane-separator,
GeditWindow.background.csd .pane-separator:hover {
background-color: #2a2d37; }
- GeditWindow.background.csd .titlebar .pane-separator,
- GeditWindow.background.csd.maximized .titlebar .pane-separator,
- GeditWindow.background.csd .titlebar .pane-separator:backdrop,
- GeditWindow.background.csd.maximized .titlebar .pane-separator:backdrop {
+ GeditWindow.background.csd .gedit-headerbar-paned.titlebar .pane-separator,
+ GeditWindow.background.csd.maximized .gedit-headerbar-paned.titlebar .pane-separator,
+ GeditWindow.background.csd .gedit-headerbar-paned.titlebar .pane-separator:backdrop,
+ GeditWindow.background.csd.maximized .gedit-headerbar-paned.titlebar .pane-separator:backdrop {
background-color: #262a33; }
+ GeditWindow.background.csd .gedit-headerbar-paned.titlebar {
+ background-color: transparent; }
+ GeditWindow.background.csd .gedit-titlebar-left,
+ GeditWindow.background.csd .gedit-titlebar-right {
+ background-color: #2f343f; }
+ GeditWindow.background.csd .gedit-titlebar-left:backdrop,
+ GeditWindow.background.csd .gedit-titlebar-right:backdrop {
+ background-color: #323843; }
+ GeditWindow.background.csd.maximized .gedit-titlebar-left,
+ GeditWindow.background.csd.maximized .gedit-titlebar-right {
+ background-color: #2f343f; }
+ GeditWindow.background.csd.maximized .gedit-titlebar-left:backdrop,
+ GeditWindow.background.csd.maximized .gedit-titlebar-right:backdrop {
+ background-color: #323843; }
.gedit-bottom-panel-paned {
background-color: #404552; }