diff options
| author | aura <nw@moneybot.cc> | 2026-05-13 03:38:13 +0200 |
|---|---|---|
| committer | aura <nw@moneybot.cc> | 2026-05-13 03:38:13 +0200 |
| commit | a5003496fae29e95ba58062fa2a094f0e5c53c4d (patch) | |
| tree | 8b1109ea4fb4c3b0b6f1f65a558ad40d368931fd /themes/ayaya/gtk-3.0/apps/lightdm-gtk-greeter.css | |
| parent | 9e2e988236e7180c9299b20b503b143e35d3b198 (diff) | |
cool
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.css | 16 |
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; } |
