From 6d7ab710c89c193af7f086b0aabcc08f9673f292 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Thu, 31 Mar 2016 00:38:39 +0200 Subject: update lightdm style --- common/gtk-3.0/3.20/sass/_lightdm.scss | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'common/gtk-3.0/3.20/sass/_lightdm.scss') diff --git a/common/gtk-3.0/3.20/sass/_lightdm.scss b/common/gtk-3.0/3.20/sass/_lightdm.scss index 527dc99..e5e5530 100644 --- a/common/gtk-3.0/3.20/sass/_lightdm.scss +++ b/common/gtk-3.0/3.20/sass/_lightdm.scss @@ -6,19 +6,19 @@ box-shadow: inset 0 -1px darken($panel_bg, 7%); // the menubars/menus of the panel, i.e. indicators - .menubar, - .menubar > .menuitem { + menubar, + menubar > menuitem { background-color: transparent; color: $panel_fg; font: bold; } - .menubar .menuitem:disabled { + menubar menuitem:disabled { color: transparentize($panel_fg, 0.5); label { color: inherit; } } - .menubar .menu .menuitem { font: normal; } + menubar menu > menuitem { font: normal; } } // the login window @@ -74,8 +74,7 @@ color: $fg_color; font: 13px; - .menu { font: normal; } - .arrow {} + menu { font: normal; } } // the user's avatar box @@ -84,9 +83,6 @@ border-radius: 2px; } -// the border around the user's avatar box -#user_image_border {} - // the shutdown button #shutdown_button.button { @include button(suggested_destructive, $destructive_color); -- cgit v1.2.3