diff options
Diffstat (limited to 'common/gtk-3.0/3.20/sass/_lightdm.scss')
-rw-r--r-- | common/gtk-3.0/3.20/sass/_lightdm.scss | 14 |
1 files changed, 5 insertions, 9 deletions
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); |