diff options
author | Horst3180 | 2015-11-21 16:32:15 +0100 |
---|---|---|
committer | Horst3180 | 2015-11-21 16:32:15 +0100 |
commit | 91f2ff972180f1e367ec213c5618350ab7f556d4 (patch) | |
tree | 991dd4ffaaeae50769556821ab08742be648b7f1 /common/gtk-3.0/3.14/gtk-contained-dark.css | |
parent | 79ef125123357fd8db5063ceaeb1f7934a69329f (diff) | |
download | solarc-theme-91f2ff972180f1e367ec213c5618350ab7f556d4.tar.gz solarc-theme-91f2ff972180f1e367ec213c5618350ab7f556d4.tar.xz solarc-theme-91f2ff972180f1e367ec213c5618350ab7f556d4.zip |
fix maximized backdrop titlebars
Diffstat (limited to 'common/gtk-3.0/3.14/gtk-contained-dark.css')
-rw-r--r-- | common/gtk-3.0/3.14/gtk-contained-dark.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.14/gtk-contained-dark.css b/common/gtk-3.0/3.14/gtk-contained-dark.css index cba9510..e7dd042 100644 --- a/common/gtk-3.0/3.14/gtk-contained-dark.css +++ b/common/gtk-3.0/3.14/gtk-contained-dark.css @@ -1025,8 +1025,10 @@ GtkComboBox { background-color: rgba(50, 56, 67, 0.97); } .maximized .titlebar { background-color: #2f343f; } - .csd .maximized .titlebar:backdrop { + .maximized .titlebar:backdrop { background-color: #323843; } + .csd .maximized .titlebar:backdrop { + background-color: #323843; } .titlebar .titlebar, .titlebar .titlebar:backdrop { |