summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2016-02-11 16:57:49 +0100
committerWolfgang Ulbrich <[email protected]>2016-02-11 16:57:49 +0100
commitd2ab3e5c314914841a7cf25b6819475f585a6259 (patch)
tree93bbdfeb542b4878b0af80f29458d57af3a05971
parent762a1f16c656f7ab6d10c17c5f8d9e2e3b32f6df (diff)
downloadmate-themes-d2ab3e5c314914841a7cf25b6819475f585a6259.tar.bz2
mate-themes-d2ab3e5c314914841a7cf25b6819475f585a6259.tar.xz
GTK+-3.20 BlueMenta: style lightdm login window
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/other-applications.css27
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 *
*****************/