summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-04-09 22:15:59 +0200
committerraveit65 <[email protected]>2016-04-09 22:16:40 +0200
commitdc76515c935c18bde913dac5a435015527c86326 (patch)
tree92779c1145602209969cbe18ec626cd79fbe1ea7 /desktop-themes
parent08f85f255e782407582153907a8ca81666bc8a89 (diff)
downloadmate-themes-dc76515c935c18bde913dac5a435015527c86326.tar.bz2
mate-themes-dc76515c935c18bde913dac5a435015527c86326.tar.xz
Gtk+-3.20 ContrastHighInverse: fix notebook bg color of the look-screen
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css b/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css
index 9dcf832d..e1233e73 100644
--- a/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css
+++ b/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css
@@ -309,3 +309,7 @@ na-tray-applet {
border-width: 2px;
}
+.lock-dialog notebook {
+ background-color: shade (@theme_bg_color, 1.0);
+}
+