diff options
author | Wolfgang Ulbrich <[email protected]> | 2016-02-11 16:57:49 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2016-02-11 16:59:11 +0100 |
commit | 57d67bd9a1fe8a4e183c23a572011560b4570788 (patch) | |
tree | 93bbdfeb542b4878b0af80f29458d57af3a05971 /desktop-themes | |
parent | e720ad256acdd6c134eef166cc6a7a9d722b259c (diff) | |
download | mate-themes-57d67bd9a1fe8a4e183c23a572011560b4570788.tar.bz2 mate-themes-57d67bd9a1fe8a4e183c23a572011560b4570788.tar.xz |
GTK+-3.20 BlueMenta: style lightdm login window
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/other-applications.css | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css index 77569937..a5b58418 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css @@ -344,6 +344,33 @@ DConfKeyView.view .spinbutton .button:last-child { border-radius: 0 2px 2px 0; } +/*********** + * Lightdm * + ***********/ + +#login_window.background.lightdm-gtk-greeter { + border-radius: 10px; +} + +#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; +} + +#login_window.background.lightdm-gtk-greeter frame { + border-style: none; +} + +#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; +} + /***************** * Ubuntu styles * *****************/ |