summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-08-28 11:48:13 +0200
committerraveit65 <[email protected]>2018-08-28 11:51:36 +0200
commitc290183644aeb752d4d8952190a26be5219dc70e (patch)
tree216cd9840949293ec9b444058e8e9751cd919bf5 /desktop-themes
parentc972cee1a2fda3a2dcbfac7853c96041b8295c47 (diff)
downloadmate-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')
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/other-applications.css31
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css34
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/other-applications.css34
3 files changed, 99 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;
+}
+
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css b/desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css
index 27031f63..3024f629 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css
+++ b/desktop-themes/TraditionalGreen/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;
+}
+
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;
+}
+