Stylecode fixes
parent
c2be42e80b
commit
10b93ff6f5
|
@ -5,37 +5,37 @@
|
||||||
@include exports("unity-greeter") {
|
@include exports("unity-greeter") {
|
||||||
|
|
||||||
|
|
||||||
.lightdm.menu {
|
.lightdm.menu {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
background-color: fade-out($black, 0.4);
|
background-color: fade-out($black, 0.4);
|
||||||
border-color: fade-out($white, 0.8);
|
border-color: fade-out($white, 0.8);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
|
|
||||||
color: $white;
|
color: $white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lightdm-combo .menu {
|
.lightdm-combo .menu {
|
||||||
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
.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: $white;
|
color: $white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lightdm.menubar {
|
.lightdm.menubar {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
background-color: fade-out(#00ff00, 0.5);
|
background-color: fade-out(#00ff00, 0.5);
|
||||||
}
|
}
|
||||||
.lightdm.menubar .menuitem {
|
.lightdm.menubar .menuitem {
|
||||||
color: $menubar_bg_color;
|
color: $menubar_bg_color;
|
||||||
padding: 0px 5px 0px 5px;
|
padding: 0 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lightdm-combo.combobox-entry .button,
|
.lightdm-combo.combobox-entry .button,
|
||||||
.lightdm-combo .cell,
|
.lightdm-combo .cell,
|
||||||
|
|
Loading…
Reference in New Issue