summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-10-18 17:10:22 +0200
committerraveit65 <[email protected]>2016-10-18 17:11:31 +0200
commit05b35df10c839fcf3455c092361cccfb58018380 (patch)
treeb2c47393412515c2de08225d22f2f04933f0299e /desktop-themes/BlueMenta
parentf55212d73878b161440adc6aa842b558cf65413b (diff)
downloadmate-themes-05b35df10c839fcf3455c092361cccfb58018380.tar.bz2
mate-themes-05b35df10c839fcf3455c092361cccfb58018380.tar.xz
GTK+-3.20 Menta themes: support lightdm-greeter-2.0
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/other-applications.css46
1 files changed, 37 insertions, 9 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css
index f6f8865f..f15edc78 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;
}
/*****************