* 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)
pull/411/head
jeweloper 2016-05-07 01:10:44 -05:00 committed by Dustin Falgout
parent c1f1fe604a
commit b9ed4f709b
1 changed files with 12 additions and 10 deletions

View File

@ -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 {