bunsen-themes/themes/Crocus-Remix/gtk-3.0/apps/lightdm-unity-greeter.css
johnraff 95b2104301 New version for helium
Replace themes with new ones from https://github.com/hhhorb/bunsen-themes-dev
Move themes from root dir to "themes".
debian/control: add Recommends: gtk3-nocsd, change Depends: libgtk-3-0 (>= 3.22.11)
debian/copyright: Update dates
2017-05-23 15:48:31 +09:00

68 lines
1.4 KiB
CSS

.lightdm.menu {
background-image: none;
background-color: alpha(black, 0.6);
border-color: alpha(white, 0.2);
border-radius: 3px;
padding: 1px;
color: white;
}
.lightdm-combo .menu {
background-color: alpha(black, 0.6);
border-radius: 0;
padding: 0;
color: white;
}
.lightdm.menu .menuitem *,
.lightdm.menu .menuitem.check:active,
.lightdm.menu .menuitem.radio:active {
color: white;
}
.lightdm.menubar {
background-image: none;
background-color: alpha(black, 0.5);
}
.lightdm-combo.combobox-entry .button,
.lightdm-combo .cell,
.lightdm-combo .button,
.lightdm-combo .entry,
.lightdm.button,
.lightdm.entry {
background-image: none;
background-color: alpha(black, 0.3);
border-color: alpha(white, 0.6);
border-radius: 3px;
padding: 7px;
color: white;
text-shadow: none;
}
.lightdm.button,
.lightdm.button:hover,
.lightdm.button:active,
.lightdm.button:active:focus,
.lightdm.entry,
.lightdm.entry:hover,
.lightdm.entry:active,
.lightdm.entry:active:focus {
background-image: none;
}
.lightdm.button:focus,
.lightdm.entry:focus {
border-color: alpha(white, 0.9);
color: white;
}
@keyframes dashentry_spinner {
to { -gtk-icon-transform: rotate(1turn); }
}
.lightdm.entry:active {
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
animation: dashentry_spinner 1s infinite linear;
}