diff options
author | raveit65 <[email protected]> | 2016-04-09 22:15:59 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-04-09 22:16:40 +0200 |
commit | dc76515c935c18bde913dac5a435015527c86326 (patch) | |
tree | 92779c1145602209969cbe18ec626cd79fbe1ea7 | |
parent | 08f85f255e782407582153907a8ca81666bc8a89 (diff) | |
download | mate-themes-dc76515c935c18bde913dac5a435015527c86326.tar.bz2 mate-themes-dc76515c935c18bde913dac5a435015527c86326.tar.xz |
Gtk+-3.20 ContrastHighInverse: fix notebook bg color of the look-screen
-rw-r--r-- | desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css | 4 |
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); +} + |