diff options
author | raveit65 <[email protected]> | 2018-08-28 11:48:13 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-08-28 11:49:51 +0200 |
commit | eb9ca05d4b62eadec6d6435fb890fc8bef793378 (patch) | |
tree | 5e9bcf5992d22b66fc1b1467e39c145c77aae283 /desktop-themes | |
parent | 55ca4af1422d9a8804bafd266a0d78b5db0c0ed8 (diff) | |
download | mate-themes-eb9ca05d4b62eadec6d6435fb890fc8bef793378.tar.bz2 mate-themes-eb9ca05d4b62eadec6d6435fb890fc8bef793378.tar.xz |
Trad. and GreenLaguna: fix lightdm-gtk panel
fixes https://github.com/mate-desktop/mate-themes/issues/233
Diffstat (limited to 'desktop-themes')
3 files changed, 99 insertions, 0 deletions
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; +} + diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css b/desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css index 27031f63..3024f629 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css @@ -88,3 +88,37 @@ 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: 6px; + 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, +.lightdm-gtk-greeter #panel_window.background menubar separator, +/* 1.8.5 */ +#panel_window.background.lightdm-gtk-greeter, +#panel_window.background.lightdm-gtk-greeter menubar separator { + background-color: transparent; + color: @theme_fg_color; +} + diff --git a/desktop-themes/TraditionalOk/gtk-3.0/other-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/other-applications.css index 27031f63..3024f629 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/other-applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/other-applications.css @@ -88,3 +88,37 @@ 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: 6px; + 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, +.lightdm-gtk-greeter #panel_window.background menubar separator, +/* 1.8.5 */ +#panel_window.background.lightdm-gtk-greeter, +#panel_window.background.lightdm-gtk-greeter menubar separator { + background-color: transparent; + color: @theme_fg_color; +} + |