mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-16 05:18:38 -07:00
update
This commit is contained in:
@@ -110,4 +110,4 @@
|
|||||||
// the warning, in case a wrong password is entered or something else goes wrong according to PAM
|
// the warning, in case a wrong password is entered or something else goes wrong according to PAM
|
||||||
#greeter_infobar {
|
#greeter_infobar {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
@@ -94,3 +94,38 @@ UnityPanelWidget,
|
|||||||
animation: spin 1s linear infinite;
|
animation: spin 1s linear infinite;
|
||||||
color: $primary;
|
color: $primary;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// slick greeter
|
||||||
|
.lightdm {
|
||||||
|
&.menu {
|
||||||
|
background-image: none;
|
||||||
|
background-color: rgba(black, 0.45);
|
||||||
|
border: none;
|
||||||
|
border-radius: $window-radius;
|
||||||
|
padding: 0;
|
||||||
|
color: white;
|
||||||
|
|
||||||
|
.menuitem *,
|
||||||
|
.menuitem.check:active,
|
||||||
|
.menuitem.radio:active {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&.menubar {
|
||||||
|
color: transparentize(white, 0.2);
|
||||||
|
background-image: none;
|
||||||
|
background-color: transparentize(black, 0.5);
|
||||||
|
|
||||||
|
& > .menuitem {
|
||||||
|
padding: 2px 6px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&-combo .menu {
|
||||||
|
background-color: $base;
|
||||||
|
border-radius: 0;
|
||||||
|
padding: 0;
|
||||||
|
color: $text;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user