summaryrefslogtreecommitdiff
path: root/themes/ayaya/gtk-3.0/apps/lightdm-gtk-greeter.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/ayaya/gtk-3.0/apps/lightdm-gtk-greeter.css')
-rw-r--r--themes/ayaya/gtk-3.0/apps/lightdm-gtk-greeter.css16
1 files changed, 7 insertions, 9 deletions
diff --git a/themes/ayaya/gtk-3.0/apps/lightdm-gtk-greeter.css b/themes/ayaya/gtk-3.0/apps/lightdm-gtk-greeter.css
index 874cdb3..abb8415 100644
--- a/themes/ayaya/gtk-3.0/apps/lightdm-gtk-greeter.css
+++ b/themes/ayaya/gtk-3.0/apps/lightdm-gtk-greeter.css
@@ -5,9 +5,9 @@
background-color: transparent;
background-image: none;
color: white;
- font: bold;
+ font-weight: bold;
text-shadow: 0 1px alpha(black, 0.5);
- icon-shadow: 0 1px alpha(black, 0.5);
+ -gtk-icon-shadow: 0 1px alpha(black, 0.5);
}
#panel_window .menubar,
@@ -15,9 +15,8 @@
background-color: transparent;
background-image: none;
color: white;
- font: bold;
text-shadow: 0 1px alpha(black, 0.5);
- icon-shadow: 0 1px alpha(black, 0.5);
+ -gtk-icon-shadow: 0 1px alpha(black, 0.5);
}
#panel_window .menubar > .menuitem:hover {
@@ -31,7 +30,7 @@
color: white;
}
-#panel_window .menubar > .menuitem:insensitive {
+#panel_window .menubar > .menuitem:disabled {
color: alpha(white, 0.7);
}
@@ -40,7 +39,6 @@
}
#panel_window .menubar .menu .menuitem {
- font: normal;
text-shadow: none;
}
@@ -94,11 +92,11 @@
#login_window #user_combobox {
color: @lightdm_fg_color;
- font: 18px;
+ font-size: 18px;
}
#login_window #user_combobox .menu {
- font: normal;
+ font-weight: normal;
}
#login_window #user_combobox .arrow {
@@ -246,5 +244,5 @@
* password warning *
********************/
#greeter_infobar {
- font: bold;
+ font-weight: bold;
}