summaryrefslogtreecommitdiff
path: root/desktop-themes/GreenLaguna
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-08-28 11:48:13 +0200
committerraveit65 <[email protected]>2018-08-28 11:49:51 +0200
commiteb9ca05d4b62eadec6d6435fb890fc8bef793378 (patch)
tree5e9bcf5992d22b66fc1b1467e39c145c77aae283 /desktop-themes/GreenLaguna
parent55ca4af1422d9a8804bafd266a0d78b5db0c0ed8 (diff)
downloadmate-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/GreenLaguna')
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/other-applications.css31
1 files changed, 31 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;
+}
+