Adds updated _unity-greeter.scss

pull/242/head
Test User 2015-08-10 19:24:38 +02:00
parent 5b76a3bedd
commit 19d3846d97
1 changed files with 65 additions and 43 deletions

View File

@ -3,70 +3,87 @@
***********************/ ***********************/
@include exports("unity-greeter") { @include exports("unity-greeter") {
.lightdm.menu { .lightdm.menu {
background-image: none; background-image: none;
background-color: #00ff00; background-color: alpha($black, 0.6);
border-color: #00ff00; border-color: alpha($white, 0.2);
border-radius: 4px; border-radius: 4px;
padding: 1px; padding: 1px;
color: #00ff00;
color: $white;
} }
.lightdm-combo .menu { .lightdm-combo .menu {
background-color: #00ff00; background-color: shade($dark_bg_color, 1.08);
border-radius: 0px; border-radius: 0px;
padding: 0px; padding: 0px;
color: #00ff00;
color: $white;
} }
.lightdm.menu .menuitem *, .lightdm.menu .menuitem *,
.lightdm.menu .menuitem.check:active, .lightdm.menu .menuitem.check:active,
.lightdm.menu .menuitem.radio:active { .lightdm.menu .menuitem.radio:active {
color: #00ff00; color: $white;
} }
.lightdm.menubar { .lightdm.menubar {
background-image: none; background-image: none;
background-color: #00ff00; background-color: alpha(#00ff00, 0.5);
} }
.lightdm-combo.combobox-entry .button, .lightdm-combo.combobox-entry .button,
.lightdm-combo .cell, .lightdm-combo .cell,
.lightdm-combo .button, .lightdm-combo .button,
.lightdm-combo .entry, .lightdm-combo .entry,
.lightdm.button,
.lightdm.entry { .lightdm.button{
background-image: none; background-image: none;
background-color: alpha (black, 0.3); background-color: alpha($black, 0.3);
border-color: alpha (white, 0.6); border-color: alpha($white, 0.9);
border-radius: 5px; border-radius: 5px;
padding: 7px; padding: 5px;
color: white; color: $white;
}
.lightdm.button:hover {
background-image: none;
background-color: alpha($white, 0.3);
border-color: alpha($white, 0.6);
border-radius: 5px;
padding: 5px;
color: $white;
text-shadow: none; text-shadow: none;
} }
.lightdm.button,
.lightdm.button:hover,
.lightdm.button:active, .lightdm.button:active,
.lightdm.button:active:focused, .lightdm.button:active:focused,
.lightdm.entry, .lightdm.button:focused,
.lightdm.entry {
background-image: none;
background-color: alpha($black, 0.3);
border-color: alpha($white, 0.6);
border-radius: 5px;
padding: 7px;
color: $white;
text-shadow: none;
}
.lightdm.entry:hover, .lightdm.entry:hover,
.lightdm.entry:active, .lightdm.entry:active,
.lightdm.entry:active:focused { .lightdm.entry:active:focused {
background-image: none; background-image: none;
border-image: none; border-image: none;
} }
.lightdm.button:focused,
.lightdm.entry:focused { .lightdm.entry:focused {
border-color: alpha (white, 0.9); border-color: alpha($white, 0.6);
border-width: 1px; border-width: 1px;
border-style: solid; border-style: solid;
color: white; color: $white;
} }
.lightdm.entry:selected { .lightdm.entry:selected {
background-color: alpha (white, 0.2); background-color: alpha($white, 0.2);
} }
@keyframes dashentry_spinner { @keyframes dashentry_spinner {
@ -79,7 +96,7 @@
} }
.lightdm.option-button { .lightdm.option-button {
padding: 2px; padding: 5px;
background: none; background: none;
border: 0; border: 0;
} }
@ -88,9 +105,14 @@
background: none; background: none;
border-width: 0; border-width: 0;
} }
.lightdm.toggle-button.selected:hover {
background-color: alpha($white, 0.3);
border-color: alpha($white, 0.3);
border-width: 1px;
}
.lightdm.toggle-button.selected { .lightdm.toggle-button.selected {
background-color: alpha (black, 0.3); background-color: alpha($black, 0.3);
border-color: alpha($white, 0.3);
border-width: 1px; border-width: 1px;
} }
} }