diff options
author | Horst3180 | 2015-07-06 18:32:40 +0200 |
---|---|---|
committer | Horst3180 | 2015-07-06 18:32:40 +0200 |
commit | 364462182f7485f58a516593295b6b0cc6fca484 (patch) | |
tree | 1b0aad065cf38f1151c9654d38d5fd9e2e94f983 /common/gtk-3.0/3.16/gtk-contained-darker.css | |
parent | f15728540a8a8fd29cc1a4843862d6b1bd9a7044 (diff) | |
download | solarc-theme-364462182f7485f58a516593295b6b0cc6fca484.tar.gz solarc-theme-364462182f7485f58a516593295b6b0cc6fca484.tar.xz solarc-theme-364462182f7485f58a516593295b6b0cc6fca484.zip |
more gedit fixes
Diffstat (limited to 'common/gtk-3.0/3.16/gtk-contained-darker.css')
-rw-r--r-- | common/gtk-3.0/3.16/gtk-contained-darker.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.16/gtk-contained-darker.css b/common/gtk-3.0/3.16/gtk-contained-darker.css index 7b8fac4..7e94cdb 100644 --- a/common/gtk-3.0/3.16/gtk-contained-darker.css +++ b/common/gtk-3.0/3.16/gtk-contained-darker.css @@ -3227,10 +3227,15 @@ GeditWindow.background.csd { GeditWindow.background.csd .pane-separator, GeditWindow.background.csd .pane-separator:hover { background-color: rgba(60, 64, 73, 0.95); } - GeditWindow.background.csd .titlebar .pane-separator { + 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 { background-color: rgba(31, 34, 39, 0.95); } GeditWindow.background.csd .titlebar { background-color: transparent; } + GeditWindow.background.csd.maximized .titlebar { + background-color: #2f343b; } + GeditWindow.background.csd.maximized .titlebar:backdrop { + background-color: rgba(50, 56, 63, 0.95); } GeditWindow.background.csd .gedit-titlebar-left.titlebar, GeditWindow.background.csd .gedit-titlebar-right.titlebar { background-color: rgba(47, 52, 59, 0.95); } |