diff options
author | raveit65 <[email protected]> | 2016-10-18 17:10:22 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-10-18 17:10:22 +0200 |
commit | 1a22744d882fc6034381440e26358b8be69e1e42 (patch) | |
tree | cc29e0e655f1c0868e860f2cf1cb0ecb19251a0d /desktop-themes | |
parent | 3c1e5e4f9495d65603742d947f061f23fe040df3 (diff) | |
download | mate-themes-1a22744d882fc6034381440e26358b8be69e1e42.tar.bz2 mate-themes-1a22744d882fc6034381440e26358b8be69e1e42.tar.xz |
GTK+-3.20 Menta themes: support lightdm-greeter-2.0
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/other-applications.css | 46 | ||||
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/other-applications.css | 46 |
2 files changed, 74 insertions, 18 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css index e452ce1f..00e6622e 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css @@ -234,27 +234,55 @@ paned overlay revealer.bottom .background.horizontal.osd button.flat.image-butto * Lightdm * ***********/ -#login_window.background.lightdm-gtk-greeter { - border-radius: 10px; -} - +/* 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: 10px; border-style: solid; - border-width: 2px; - border-color: black; + border-width: 1px; + border-color: shade(@theme_bg_color, 0.4); } -#login_window.background.lightdm-gtk-greeter frame { - border-style: none; +/* 2.0 */ +.lightdm-gtk-greeter #login_window.background #content_frame, +.lightdm-gtk-greeter #login_window.background #buttonbox_frame, +/* 1.8.5 */ +#login_window.background.lightdm-gtk-greeter #content_frame, +#login_window.background.lightdm-gtk-greeter #buttonbox_frame { + border-radius: 0px; + border-style: none; + border-width: 0px; } +/* 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 #login_window.background #prompt_entry, +.lightdm-gtk-greeter #login_window.background button.combo, +.lightdm-gtk-greeter #login_window.background button.text-button, +.lightdm-gtk-greeter #login_window.background button.text-button.default, +/* 1.8.5 */ #login_window.background.lightdm-gtk-greeter #prompt_entry, #login_window.background.lightdm-gtk-greeter button.combo, #login_window.background.lightdm-gtk-greeter button.text-button, #login_window.background.lightdm-gtk-greeter button.text-button.default { - padding: 8px 4px; + padding: 6px 4px; +} + +/* 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/Menta/gtk-3.0/other-applications.css b/desktop-themes/Menta/gtk-3.0/other-applications.css index e452ce1f..00e6622e 100644 --- a/desktop-themes/Menta/gtk-3.0/other-applications.css +++ b/desktop-themes/Menta/gtk-3.0/other-applications.css @@ -234,27 +234,55 @@ paned overlay revealer.bottom .background.horizontal.osd button.flat.image-butto * Lightdm * ***********/ -#login_window.background.lightdm-gtk-greeter { - border-radius: 10px; -} - +/* 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: 10px; border-style: solid; - border-width: 2px; - border-color: black; + border-width: 1px; + border-color: shade(@theme_bg_color, 0.4); } -#login_window.background.lightdm-gtk-greeter frame { - border-style: none; +/* 2.0 */ +.lightdm-gtk-greeter #login_window.background #content_frame, +.lightdm-gtk-greeter #login_window.background #buttonbox_frame, +/* 1.8.5 */ +#login_window.background.lightdm-gtk-greeter #content_frame, +#login_window.background.lightdm-gtk-greeter #buttonbox_frame { + border-radius: 0px; + border-style: none; + border-width: 0px; } +/* 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 #login_window.background #prompt_entry, +.lightdm-gtk-greeter #login_window.background button.combo, +.lightdm-gtk-greeter #login_window.background button.text-button, +.lightdm-gtk-greeter #login_window.background button.text-button.default, +/* 1.8.5 */ #login_window.background.lightdm-gtk-greeter #prompt_entry, #login_window.background.lightdm-gtk-greeter button.combo, #login_window.background.lightdm-gtk-greeter button.text-button, #login_window.background.lightdm-gtk-greeter button.text-button.default { - padding: 8px 4px; + padding: 6px 4px; +} + +/* 2.0 */ +.lightdm-gtk-greeter #panel_window.background menubar separator { + background-color: @theme_bg_color; + background-image: none; + color: @theme_fg_color; } /***************** |