aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.18/gtk-contained.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.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.css')
-rw-r--r--common/gtk-3.0/3.18/gtk-contained.css22
1 files changed, 18 insertions, 4 deletions
diff --git a/common/gtk-3.0/3.18/gtk-contained.css b/common/gtk-3.0/3.18/gtk-contained.css
index 3bb1850..30e0170 100644
--- a/common/gtk-3.0/3.18/gtk-contained.css
+++ b/common/gtk-3.0/3.18/gtk-contained.css
@@ -4010,11 +4010,25 @@ GeditWindow.background.csd {
GeditWindow.background.csd .pane-separator,
GeditWindow.background.csd .pane-separator:hover {
background-color: rgba(53, 57, 69, 0.95); }
- 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: rgba(212, 213, 219, 0.95); }
+ GeditWindow.background.csd .gedit-headerbar-paned.titlebar {
+ background-color: transparent; }
+ GeditWindow.background.csd .gedit-titlebar-left,
+ GeditWindow.background.csd .gedit-titlebar-right {
+ background-color: rgba(231, 232, 235, 0.95); }
+ GeditWindow.background.csd .gedit-titlebar-left:backdrop,
+ GeditWindow.background.csd .gedit-titlebar-right:backdrop {
+ background-color: rgba(239, 240, 242, 0.95); }
+ GeditWindow.background.csd.maximized .gedit-titlebar-left,
+ GeditWindow.background.csd.maximized .gedit-titlebar-right {
+ background-color: #e7e8eb; }
+ GeditWindow.background.csd.maximized .gedit-titlebar-left:backdrop,
+ GeditWindow.background.csd.maximized .gedit-titlebar-right:backdrop {
+ background-color: #eff0f2; }
.gedit-bottom-panel-paned {
background-color: #ffffff; }