From 91f2ff972180f1e367ec213c5618350ab7f556d4 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Sat, 21 Nov 2015 16:32:15 +0100 Subject: fix maximized backdrop titlebars --- common/gtk-3.0/3.18/gtk-contained-dark.css | 4 +++- common/gtk-3.0/3.18/gtk-contained-darker.css | 4 +++- common/gtk-3.0/3.18/gtk-contained-solid-dark.css | 4 +++- common/gtk-3.0/3.18/gtk-contained-solid-darker.css | 4 +++- common/gtk-3.0/3.18/gtk-contained-solid.css | 4 +++- common/gtk-3.0/3.18/gtk-contained.css | 4 +++- common/gtk-3.0/3.18/sass/_common.scss | 2 +- 7 files changed, 19 insertions(+), 7 deletions(-) (limited to 'common/gtk-3.0/3.18') diff --git a/common/gtk-3.0/3.18/gtk-contained-dark.css b/common/gtk-3.0/3.18/gtk-contained-dark.css index a88f858..627437c 100644 --- a/common/gtk-3.0/3.18/gtk-contained-dark.css +++ b/common/gtk-3.0/3.18/gtk-contained-dark.css @@ -1107,8 +1107,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 { diff --git a/common/gtk-3.0/3.18/gtk-contained-darker.css b/common/gtk-3.0/3.18/gtk-contained-darker.css index 00d3ffc..c7fe7f4 100644 --- a/common/gtk-3.0/3.18/gtk-contained-darker.css +++ b/common/gtk-3.0/3.18/gtk-contained-darker.css @@ -1110,8 +1110,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 { 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 261a428..2550527 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 @@ -1107,8 +1107,10 @@ GtkComboBox { background-color: #323843; } .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 { diff --git a/common/gtk-3.0/3.18/gtk-contained-solid-darker.css b/common/gtk-3.0/3.18/gtk-contained-solid-darker.css index f7062c4..c0f7a9d 100644 --- a/common/gtk-3.0/3.18/gtk-contained-solid-darker.css +++ b/common/gtk-3.0/3.18/gtk-contained-solid-darker.css @@ -1110,8 +1110,10 @@ GtkComboBox { background-color: #323843; } .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 { diff --git a/common/gtk-3.0/3.18/gtk-contained-solid.css b/common/gtk-3.0/3.18/gtk-contained-solid.css index 5c646b3..f48ddc9 100644 --- a/common/gtk-3.0/3.18/gtk-contained-solid.css +++ b/common/gtk-3.0/3.18/gtk-contained-solid.css @@ -1110,8 +1110,10 @@ GtkComboBox { background-color: #eff0f2; } .maximized .titlebar { background-color: #e7e8eb; } - .csd .maximized .titlebar:backdrop { + .maximized .titlebar:backdrop { background-color: #eff0f2; } + .csd .maximized .titlebar:backdrop { + background-color: #eff0f2; } .titlebar .titlebar, .titlebar .titlebar:backdrop { diff --git a/common/gtk-3.0/3.18/gtk-contained.css b/common/gtk-3.0/3.18/gtk-contained.css index d9e204e..0183372 100644 --- a/common/gtk-3.0/3.18/gtk-contained.css +++ b/common/gtk-3.0/3.18/gtk-contained.css @@ -1110,8 +1110,10 @@ GtkComboBox { background-color: rgba(239, 240, 242, 0.95); } .maximized .titlebar { background-color: #e7e8eb; } - .csd .maximized .titlebar:backdrop { + .maximized .titlebar:backdrop { background-color: #eff0f2; } + .csd .maximized .titlebar:backdrop { + background-color: #eff0f2; } .titlebar .titlebar, .titlebar .titlebar:backdrop { diff --git a/common/gtk-3.0/3.18/sass/_common.scss b/common/gtk-3.0/3.18/sass/_common.scss index db4fb6c..4b5f6d9 100644 --- a/common/gtk-3.0/3.18/sass/_common.scss +++ b/common/gtk-3.0/3.18/sass/_common.scss @@ -1215,7 +1215,7 @@ GtkComboBox { background-color: opacify($header_bg, 1); &:backdrop { - //background-color: opacify($header_bg_backdrop, 1); + background-color: opacify($header_bg_backdrop, 1); .csd & { background-color: opacify($header_bg_backdrop, 1); } } -- cgit v1.2.3