diff options
-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); +} + |