From b9ed4f709b6ab6f9283e239ca7f1c8fba451105d Mon Sep 17 00:00:00 2001 From: jeweloper Date: Sat, 7 May 2016 01:10:44 -0500 Subject: [PATCH] Update _lightdm.scss (antergos/numix-frost#34) * Update _lightdm.scss make all selectors compatible to work with GTK 3.20 * Update _lightdm.scss - change GtkComboBox to combobox - hostname in menubar touches the screen frame --> set the left padding to 5px * Update _lightdm.scss (cherry picked from commit antergos/numix-frost@b84b315) --- gtk-3.20/scss/apps/_lightdm.scss | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/gtk-3.20/scss/apps/_lightdm.scss b/gtk-3.20/scss/apps/_lightdm.scss index 3db7dff..cd7c1b3 100644 --- a/gtk-3.20/scss/apps/_lightdm.scss +++ b/gtk-3.20/scss/apps/_lightdm.scss @@ -11,8 +11,10 @@ text-shadow: 0 1px alpha($black, .5); -gtk-icon-shadow: 0 1px alpha($black, .5); - .menubar { - &, > .menuitem { + menubar { + padding-left: 5px; + + &, > menuitem { background-color: transparent; background-image: none; color: $white; @@ -31,10 +33,10 @@ &:disabled { color: alpha($white, .7); } - .menu { + menu { border-radius: 1px; - .menuitem { + menuitem { font: normal; text-shadow: none; } @@ -57,7 +59,7 @@ inset 0 1px mix(shade($lightdm_bg_color, .7), $lightdm_fg_color, .21), inset 0 -1px mix(shade($lightdm_bg_color, .7), $lightdm_fg_color, .21); - .button { + button { padding: 3px 15px; border-width: 1px; border-radius: $roundness; @@ -84,9 +86,9 @@ #login_window { - .menu { border-radius: 1px; } + menu { border-radius: 1px; } - GtkComboBox .button { + combobox button { &, &:hover, &:active, &:active:hover, &:focus, &:hover:focus, &:active:focus, &:active:hover:focus { padding: 0; @@ -96,7 +98,7 @@ } } - .entry { + entry { padding: 3px 5px; border-width: 1px; border-style: solid; @@ -123,9 +125,9 @@ color: $lightdm_fg_color; font: 18px; - .menu { font: normal; } + menu { font: normal; } - .arrow { color: mix($lightdm_fg_color, $lightdm_bg_color, .5); } + arrow { color: mix($lightdm_fg_color, $lightdm_bg_color, .5); } } #user_image {