Refines unity-lightdm-greeter

pull/266/head
Test User 2015-10-31 08:10:08 +01:00
parent 62ae6c14a2
commit c2be42e80b
1 changed files with 4 additions and 2 deletions

View File

@ -19,7 +19,6 @@
background-color: shade($dark_bg_color, 1.08); background-color: shade($dark_bg_color, 1.08);
border-radius: 0px; border-radius: 0px;
padding: 0px; padding: 0px;
color: $white; color: $white;
} }
@ -33,7 +32,10 @@
background-image: none; background-image: none;
background-color: fade-out(#00ff00, 0.5); background-color: fade-out(#00ff00, 0.5);
} }
.lightdm.menubar .menuitem {
color: $menubar_bg_color;
padding: 0px 5px 0px 5px;
}
.lightdm-combo.combobox-entry .button, .lightdm-combo.combobox-entry .button,
.lightdm-combo .cell, .lightdm-combo .cell,