From eb9ca05d4b62eadec6d6435fb890fc8bef793378 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 28 Aug 2018 11:48:13 +0200 Subject: Trad. and GreenLaguna: fix lightdm-gtk panel fixes https://github.com/mate-desktop/mate-themes/issues/233 --- .../GreenLaguna/gtk-3.0/other-applications.css | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'desktop-themes/GreenLaguna') diff --git a/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css index ecb8e9cf..583bb4b1 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css @@ -290,3 +290,34 @@ window.background > box.vertical > notebook overlay > scrolledwindow viewport { border-width: 0px; } +/*********** + * Lightdm * + ***********/ + +/* 2.0 */ +.lightdm-gtk-greeter #login_window.background, +/* 1.8.5 */ +#login_window.background.lightdm-gtk-greeter, +#login_window.background.lightdm-gtk-greeter box.vertical { + border-radius: 12px; + border-style: solid; + border-width: 1px; + border-color: shade(@theme_bg_color, 0.4); +} + +/* 2.0 */ +.lightdm-gtk-greeter #login_window.background #user_image_border, +/* 1.8.5 */ +#login_window.background.lightdm-gtk-greeter #user_image_border { + border-style: solid; + border-width: 1px; + border-color: shade(@theme_bg_color, 0.8); +} + +/* 2.0 */ +.lightdm-gtk-greeter #panel_window.background menubar separator { + background-color: @theme_bg_color; + background-image: none; + color: @theme_fg_color; +} + -- cgit v1.2.1