hound was complaining
parent
10b93ff6f5
commit
34a0d514de
|
@ -7,8 +7,8 @@
|
||||||
|
|
||||||
.lightdm.menu {
|
.lightdm.menu {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
background-color: fade-out($black, 0.4);
|
background-color: fade-out($black, .4);
|
||||||
border-color: fade-out($white, 0.8);
|
border-color: fade-out($white, .8);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
||||||
|
|
||||||
.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: 0;
|
||||||
padding: 0px;
|
padding: 0;
|
||||||
color: $white;
|
color: $white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -30,8 +30,9 @@
|
||||||
|
|
||||||
.lightdm.menubar {
|
.lightdm.menubar {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
background-color: fade-out(#00ff00, 0.5);
|
background-color: fade-out(#0f0, .5);
|
||||||
}
|
}
|
||||||
|
|
||||||
.lightdm.menubar .menuitem {
|
.lightdm.menubar .menuitem {
|
||||||
color: $menubar_bg_color;
|
color: $menubar_bg_color;
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
|
@ -44,16 +45,16 @@
|
||||||
|
|
||||||
.lightdm.button{
|
.lightdm.button{
|
||||||
background-image: none;
|
background-image: none;
|
||||||
background-color: fade-out($black, 0.7);
|
background-color: fade-out($black, .7);
|
||||||
border-color: fade-out($white, 0.1);
|
border-color: fade-out($white, .1);
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
color: $white;
|
color: $white;
|
||||||
}
|
}
|
||||||
.lightdm.button:hover {
|
.lightdm.button:hover {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
background-color: fade-out($white, 0.7);
|
background-color: fade-out($white, .7);
|
||||||
border-color: fade-out($white, 0.4);
|
border-color: fade-out($white, .4);
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
color: $white;
|
color: $white;
|
||||||
|
@ -65,8 +66,8 @@
|
||||||
|
|
||||||
.lightdm.entry {
|
.lightdm.entry {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
background-color: fade-out($black, 0.7);
|
background-color: fade-out($black, .7);
|
||||||
border-color: fade-out($white, 0.4);
|
border-color: fade-out($white, .4);
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
padding: 7px;
|
padding: 7px;
|
||||||
color: $white;
|
color: $white;
|
||||||
|
@ -79,13 +80,13 @@
|
||||||
border-image: none;
|
border-image: none;
|
||||||
}
|
}
|
||||||
.lightdm.entry:focused {
|
.lightdm.entry:focused {
|
||||||
border-color: fade-out($white, 0.4);
|
border-color: fade-out($white, .4);
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
color: $white;
|
color: $white;
|
||||||
}
|
}
|
||||||
.lightdm.entry:selected {
|
.lightdm.entry:selected {
|
||||||
background-color: fade-out($white, 0.8);
|
background-color: fade-out($white, .8);
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes dashentry_spinner {
|
@keyframes dashentry_spinner {
|
||||||
|
@ -108,13 +109,13 @@
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
}
|
}
|
||||||
.lightdm.toggle-button.selected:hover {
|
.lightdm.toggle-button.selected:hover {
|
||||||
background-color: fade-out($white, 0.7);
|
background-color: fade-out($white, .7);
|
||||||
border-color: fade-out($white, 0.7);
|
border-color: fade-out($white, .7);
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
}
|
}
|
||||||
.lightdm.toggle-button.selected {
|
.lightdm.toggle-button.selected {
|
||||||
background-color: fade-out($black, 0.7);
|
background-color: fade-out($black, .7);
|
||||||
border-color: fade-out($white, 0.7);
|
border-color: fade-out($white, .7);
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue