diff options
author | raveit65 <[email protected]> | 2018-08-28 11:48:13 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-08-28 11:51:36 +0200 |
commit | c290183644aeb752d4d8952190a26be5219dc70e (patch) | |
tree | 216cd9840949293ec9b444058e8e9751cd919bf5 /desktop-themes/TraditionalOk/gtk-3.0 | |
parent | c972cee1a2fda3a2dcbfac7853c96041b8295c47 (diff) | |
download | mate-themes-c290183644aeb752d4d8952190a26be5219dc70e.tar.bz2 mate-themes-c290183644aeb752d4d8952190a26be5219dc70e.tar.xz |
Trad. and GreenLaguna: fix lightdm-gtk panel
fixes https://github.com/mate-desktop/mate-themes/issues/233
Diffstat (limited to 'desktop-themes/TraditionalOk/gtk-3.0')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/other-applications.css | 34 |
1 files changed, 34 insertions, 0 deletions
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; +} + |