mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
Add theming for Unity Greeter (#466)
* Add theming for Unity Greeter * Generated css files from scss - Replace alpha() and shade() in Sass with transparentize() and lighten() * Rebase unity-greeter css code from upstream and drop excessive nesting * Fix clock color and combo entry field * Fix and improve Unity Greeter theming - Fix panel icons - Make password entry box rounder - Add a bit of transparency to panel clock
This commit is contained in:
parent
90f1c14066
commit
70f77a42fe
@ -3248,6 +3248,87 @@ UnityPanelWidget,
|
||||
background-image: linear-gradient(to bottom, #5294E2);
|
||||
border-bottom: none; }
|
||||
|
||||
.lightdm.menu {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
border-color: rgba(255, 255, 255, 0.8);
|
||||
border-radius: 4px;
|
||||
padding: 1px;
|
||||
color: white; }
|
||||
|
||||
.lightdm-combo .menu {
|
||||
background-color: rgba(64, 71, 86, 0.97);
|
||||
border-radius: 0px;
|
||||
padding: 0px;
|
||||
color: white; }
|
||||
|
||||
.lightdm.menu .menuitem *,
|
||||
.lightdm.menu .menuitem.check:active,
|
||||
.lightdm.menu .menuitem.radio:active {
|
||||
color: white; }
|
||||
|
||||
.lightdm.menubar {
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.5); }
|
||||
.lightdm.menubar > .menuitem {
|
||||
padding: 2px 6px; }
|
||||
|
||||
.lightdm-combo.combobox-entry .button,
|
||||
.lightdm-combo .cell,
|
||||
.lightdm-combo .button,
|
||||
.lightdm-combo .entry,
|
||||
.lightdm.button,
|
||||
.lightdm.entry {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
border-color: rgba(255, 255, 255, 0.4);
|
||||
border-radius: 10px;
|
||||
padding: 7px;
|
||||
color: white;
|
||||
text-shadow: none; }
|
||||
|
||||
.lightdm.button,
|
||||
.lightdm.button:hover,
|
||||
.lightdm.button:active,
|
||||
.lightdm.button:active:focused,
|
||||
.lightdm.entry,
|
||||
.lightdm.entry:hover,
|
||||
.lightdm.entry:active,
|
||||
.lightdm.entry:active:focused {
|
||||
background-image: none;
|
||||
border-image: none; }
|
||||
|
||||
.lightdm.button:focused,
|
||||
.lightdm.entry:focused {
|
||||
border-color: rgba(255, 255, 255, 0.1);
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
color: white; }
|
||||
|
||||
.lightdm.entry:selected {
|
||||
background-color: rgba(255, 255, 255, 0.8); }
|
||||
|
||||
.lightdm.entry:active {
|
||||
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
|
||||
animation: dashentry_spinner 1s infinite linear; }
|
||||
|
||||
.lightdm.option-button {
|
||||
padding: 2px;
|
||||
background: none;
|
||||
border: 0; }
|
||||
|
||||
.lightdm.toggle-button {
|
||||
background: none;
|
||||
border-width: 0; }
|
||||
.lightdm.toggle-button.selected {
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
border-width: 1px; }
|
||||
|
||||
@keyframes dashentry_spinner {
|
||||
to {
|
||||
-gtk-icon-transform: rotate(1turn); } }
|
||||
|
||||
.overlay-bar {
|
||||
background-color: #5294E2;
|
||||
border-color: #5294E2;
|
||||
|
@ -3251,6 +3251,87 @@ UnityPanelWidget,
|
||||
background-image: linear-gradient(to bottom, #5294E2);
|
||||
border-bottom: none; }
|
||||
|
||||
.lightdm.menu {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
border-color: rgba(255, 255, 255, 0.8);
|
||||
border-radius: 4px;
|
||||
padding: 1px;
|
||||
color: white; }
|
||||
|
||||
.lightdm-combo .menu {
|
||||
background-color: rgba(64, 71, 86, 0.97);
|
||||
border-radius: 0px;
|
||||
padding: 0px;
|
||||
color: white; }
|
||||
|
||||
.lightdm.menu .menuitem *,
|
||||
.lightdm.menu .menuitem.check:active,
|
||||
.lightdm.menu .menuitem.radio:active {
|
||||
color: white; }
|
||||
|
||||
.lightdm.menubar {
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.5); }
|
||||
.lightdm.menubar > .menuitem {
|
||||
padding: 2px 6px; }
|
||||
|
||||
.lightdm-combo.combobox-entry .button,
|
||||
.lightdm-combo .cell,
|
||||
.lightdm-combo .button,
|
||||
.lightdm-combo .entry,
|
||||
.lightdm.button,
|
||||
.lightdm.entry {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
border-color: rgba(255, 255, 255, 0.4);
|
||||
border-radius: 10px;
|
||||
padding: 7px;
|
||||
color: white;
|
||||
text-shadow: none; }
|
||||
|
||||
.lightdm.button,
|
||||
.lightdm.button:hover,
|
||||
.lightdm.button:active,
|
||||
.lightdm.button:active:focused,
|
||||
.lightdm.entry,
|
||||
.lightdm.entry:hover,
|
||||
.lightdm.entry:active,
|
||||
.lightdm.entry:active:focused {
|
||||
background-image: none;
|
||||
border-image: none; }
|
||||
|
||||
.lightdm.button:focused,
|
||||
.lightdm.entry:focused {
|
||||
border-color: rgba(255, 255, 255, 0.1);
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
color: white; }
|
||||
|
||||
.lightdm.entry:selected {
|
||||
background-color: rgba(255, 255, 255, 0.8); }
|
||||
|
||||
.lightdm.entry:active {
|
||||
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
|
||||
animation: dashentry_spinner 1s infinite linear; }
|
||||
|
||||
.lightdm.option-button {
|
||||
padding: 2px;
|
||||
background: none;
|
||||
border: 0; }
|
||||
|
||||
.lightdm.toggle-button {
|
||||
background: none;
|
||||
border-width: 0; }
|
||||
.lightdm.toggle-button.selected {
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
border-width: 1px; }
|
||||
|
||||
@keyframes dashentry_spinner {
|
||||
to {
|
||||
-gtk-icon-transform: rotate(1turn); } }
|
||||
|
||||
.overlay-bar {
|
||||
background-color: #5294E2;
|
||||
border-color: #5294E2;
|
||||
|
@ -3248,6 +3248,87 @@ UnityPanelWidget,
|
||||
background-image: linear-gradient(to bottom, #5294E2);
|
||||
border-bottom: none; }
|
||||
|
||||
.lightdm.menu {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
border-color: rgba(255, 255, 255, 0.8);
|
||||
border-radius: 4px;
|
||||
padding: 1px;
|
||||
color: white; }
|
||||
|
||||
.lightdm-combo .menu {
|
||||
background-color: #404756;
|
||||
border-radius: 0px;
|
||||
padding: 0px;
|
||||
color: white; }
|
||||
|
||||
.lightdm.menu .menuitem *,
|
||||
.lightdm.menu .menuitem.check:active,
|
||||
.lightdm.menu .menuitem.radio:active {
|
||||
color: white; }
|
||||
|
||||
.lightdm.menubar {
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.5); }
|
||||
.lightdm.menubar > .menuitem {
|
||||
padding: 2px 6px; }
|
||||
|
||||
.lightdm-combo.combobox-entry .button,
|
||||
.lightdm-combo .cell,
|
||||
.lightdm-combo .button,
|
||||
.lightdm-combo .entry,
|
||||
.lightdm.button,
|
||||
.lightdm.entry {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
border-color: rgba(255, 255, 255, 0.4);
|
||||
border-radius: 10px;
|
||||
padding: 7px;
|
||||
color: white;
|
||||
text-shadow: none; }
|
||||
|
||||
.lightdm.button,
|
||||
.lightdm.button:hover,
|
||||
.lightdm.button:active,
|
||||
.lightdm.button:active:focused,
|
||||
.lightdm.entry,
|
||||
.lightdm.entry:hover,
|
||||
.lightdm.entry:active,
|
||||
.lightdm.entry:active:focused {
|
||||
background-image: none;
|
||||
border-image: none; }
|
||||
|
||||
.lightdm.button:focused,
|
||||
.lightdm.entry:focused {
|
||||
border-color: rgba(255, 255, 255, 0.1);
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
color: white; }
|
||||
|
||||
.lightdm.entry:selected {
|
||||
background-color: rgba(255, 255, 255, 0.8); }
|
||||
|
||||
.lightdm.entry:active {
|
||||
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
|
||||
animation: dashentry_spinner 1s infinite linear; }
|
||||
|
||||
.lightdm.option-button {
|
||||
padding: 2px;
|
||||
background: none;
|
||||
border: 0; }
|
||||
|
||||
.lightdm.toggle-button {
|
||||
background: none;
|
||||
border-width: 0; }
|
||||
.lightdm.toggle-button.selected {
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
border-width: 1px; }
|
||||
|
||||
@keyframes dashentry_spinner {
|
||||
to {
|
||||
-gtk-icon-transform: rotate(1turn); } }
|
||||
|
||||
.overlay-bar {
|
||||
background-color: #5294E2;
|
||||
border-color: #5294E2;
|
||||
|
@ -3251,6 +3251,87 @@ UnityPanelWidget,
|
||||
background-image: linear-gradient(to bottom, #5294E2);
|
||||
border-bottom: none; }
|
||||
|
||||
.lightdm.menu {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
border-color: rgba(255, 255, 255, 0.8);
|
||||
border-radius: 4px;
|
||||
padding: 1px;
|
||||
color: white; }
|
||||
|
||||
.lightdm-combo .menu {
|
||||
background-color: #404756;
|
||||
border-radius: 0px;
|
||||
padding: 0px;
|
||||
color: white; }
|
||||
|
||||
.lightdm.menu .menuitem *,
|
||||
.lightdm.menu .menuitem.check:active,
|
||||
.lightdm.menu .menuitem.radio:active {
|
||||
color: white; }
|
||||
|
||||
.lightdm.menubar {
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.5); }
|
||||
.lightdm.menubar > .menuitem {
|
||||
padding: 2px 6px; }
|
||||
|
||||
.lightdm-combo.combobox-entry .button,
|
||||
.lightdm-combo .cell,
|
||||
.lightdm-combo .button,
|
||||
.lightdm-combo .entry,
|
||||
.lightdm.button,
|
||||
.lightdm.entry {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
border-color: rgba(255, 255, 255, 0.4);
|
||||
border-radius: 10px;
|
||||
padding: 7px;
|
||||
color: white;
|
||||
text-shadow: none; }
|
||||
|
||||
.lightdm.button,
|
||||
.lightdm.button:hover,
|
||||
.lightdm.button:active,
|
||||
.lightdm.button:active:focused,
|
||||
.lightdm.entry,
|
||||
.lightdm.entry:hover,
|
||||
.lightdm.entry:active,
|
||||
.lightdm.entry:active:focused {
|
||||
background-image: none;
|
||||
border-image: none; }
|
||||
|
||||
.lightdm.button:focused,
|
||||
.lightdm.entry:focused {
|
||||
border-color: rgba(255, 255, 255, 0.1);
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
color: white; }
|
||||
|
||||
.lightdm.entry:selected {
|
||||
background-color: rgba(255, 255, 255, 0.8); }
|
||||
|
||||
.lightdm.entry:active {
|
||||
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
|
||||
animation: dashentry_spinner 1s infinite linear; }
|
||||
|
||||
.lightdm.option-button {
|
||||
padding: 2px;
|
||||
background: none;
|
||||
border: 0; }
|
||||
|
||||
.lightdm.toggle-button {
|
||||
background: none;
|
||||
border-width: 0; }
|
||||
.lightdm.toggle-button.selected {
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
border-width: 1px; }
|
||||
|
||||
@keyframes dashentry_spinner {
|
||||
to {
|
||||
-gtk-icon-transform: rotate(1turn); } }
|
||||
|
||||
.overlay-bar {
|
||||
background-color: #5294E2;
|
||||
border-color: #5294E2;
|
||||
|
@ -3251,6 +3251,87 @@ UnityPanelWidget,
|
||||
background-image: linear-gradient(to bottom, #5294E2);
|
||||
border-bottom: none; }
|
||||
|
||||
.lightdm.menu {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
border-color: rgba(255, 255, 255, 0.8);
|
||||
border-radius: 4px;
|
||||
padding: 1px;
|
||||
color: white; }
|
||||
|
||||
.lightdm-combo .menu {
|
||||
background-color: #fdfdfe;
|
||||
border-radius: 0px;
|
||||
padding: 0px;
|
||||
color: white; }
|
||||
|
||||
.lightdm.menu .menuitem *,
|
||||
.lightdm.menu .menuitem.check:active,
|
||||
.lightdm.menu .menuitem.radio:active {
|
||||
color: white; }
|
||||
|
||||
.lightdm.menubar {
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.5); }
|
||||
.lightdm.menubar > .menuitem {
|
||||
padding: 2px 6px; }
|
||||
|
||||
.lightdm-combo.combobox-entry .button,
|
||||
.lightdm-combo .cell,
|
||||
.lightdm-combo .button,
|
||||
.lightdm-combo .entry,
|
||||
.lightdm.button,
|
||||
.lightdm.entry {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
border-color: rgba(255, 255, 255, 0.4);
|
||||
border-radius: 10px;
|
||||
padding: 7px;
|
||||
color: white;
|
||||
text-shadow: none; }
|
||||
|
||||
.lightdm.button,
|
||||
.lightdm.button:hover,
|
||||
.lightdm.button:active,
|
||||
.lightdm.button:active:focused,
|
||||
.lightdm.entry,
|
||||
.lightdm.entry:hover,
|
||||
.lightdm.entry:active,
|
||||
.lightdm.entry:active:focused {
|
||||
background-image: none;
|
||||
border-image: none; }
|
||||
|
||||
.lightdm.button:focused,
|
||||
.lightdm.entry:focused {
|
||||
border-color: rgba(255, 255, 255, 0.1);
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
color: white; }
|
||||
|
||||
.lightdm.entry:selected {
|
||||
background-color: rgba(255, 255, 255, 0.8); }
|
||||
|
||||
.lightdm.entry:active {
|
||||
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
|
||||
animation: dashentry_spinner 1s infinite linear; }
|
||||
|
||||
.lightdm.option-button {
|
||||
padding: 2px;
|
||||
background: none;
|
||||
border: 0; }
|
||||
|
||||
.lightdm.toggle-button {
|
||||
background: none;
|
||||
border-width: 0; }
|
||||
.lightdm.toggle-button.selected {
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
border-width: 1px; }
|
||||
|
||||
@keyframes dashentry_spinner {
|
||||
to {
|
||||
-gtk-icon-transform: rotate(1turn); } }
|
||||
|
||||
.overlay-bar {
|
||||
background-color: #5294E2;
|
||||
border-color: #5294E2;
|
||||
|
@ -3251,6 +3251,87 @@ UnityPanelWidget,
|
||||
background-image: linear-gradient(to bottom, #5294E2);
|
||||
border-bottom: none; }
|
||||
|
||||
.lightdm.menu {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
border-color: rgba(255, 255, 255, 0.8);
|
||||
border-radius: 4px;
|
||||
padding: 1px;
|
||||
color: white; }
|
||||
|
||||
.lightdm-combo .menu {
|
||||
background-color: rgba(253, 253, 254, 0.95);
|
||||
border-radius: 0px;
|
||||
padding: 0px;
|
||||
color: white; }
|
||||
|
||||
.lightdm.menu .menuitem *,
|
||||
.lightdm.menu .menuitem.check:active,
|
||||
.lightdm.menu .menuitem.radio:active {
|
||||
color: white; }
|
||||
|
||||
.lightdm.menubar {
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.5); }
|
||||
.lightdm.menubar > .menuitem {
|
||||
padding: 2px 6px; }
|
||||
|
||||
.lightdm-combo.combobox-entry .button,
|
||||
.lightdm-combo .cell,
|
||||
.lightdm-combo .button,
|
||||
.lightdm-combo .entry,
|
||||
.lightdm.button,
|
||||
.lightdm.entry {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
border-color: rgba(255, 255, 255, 0.4);
|
||||
border-radius: 10px;
|
||||
padding: 7px;
|
||||
color: white;
|
||||
text-shadow: none; }
|
||||
|
||||
.lightdm.button,
|
||||
.lightdm.button:hover,
|
||||
.lightdm.button:active,
|
||||
.lightdm.button:active:focused,
|
||||
.lightdm.entry,
|
||||
.lightdm.entry:hover,
|
||||
.lightdm.entry:active,
|
||||
.lightdm.entry:active:focused {
|
||||
background-image: none;
|
||||
border-image: none; }
|
||||
|
||||
.lightdm.button:focused,
|
||||
.lightdm.entry:focused {
|
||||
border-color: rgba(255, 255, 255, 0.1);
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
color: white; }
|
||||
|
||||
.lightdm.entry:selected {
|
||||
background-color: rgba(255, 255, 255, 0.8); }
|
||||
|
||||
.lightdm.entry:active {
|
||||
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
|
||||
animation: dashentry_spinner 1s infinite linear; }
|
||||
|
||||
.lightdm.option-button {
|
||||
padding: 2px;
|
||||
background: none;
|
||||
border: 0; }
|
||||
|
||||
.lightdm.toggle-button {
|
||||
background: none;
|
||||
border-width: 0; }
|
||||
.lightdm.toggle-button.selected {
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
border-width: 1px; }
|
||||
|
||||
@keyframes dashentry_spinner {
|
||||
to {
|
||||
-gtk-icon-transform: rotate(1turn); } }
|
||||
|
||||
.overlay-bar {
|
||||
background-color: #5294E2;
|
||||
border-color: #5294E2;
|
||||
|
@ -57,3 +57,102 @@ UnityPanelWidget,
|
||||
background-image: linear-gradient(to bottom, $selected_bg_color);
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
// Unity Greeter
|
||||
.lightdm.menu {
|
||||
background-image: none;
|
||||
background-color: transparentize(black, 0.6);
|
||||
border-color: transparentize(white, 0.2);
|
||||
border-radius: 4px;
|
||||
padding: 1px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.lightdm-combo .menu {
|
||||
background-color: lighten($header_bg, 8);
|
||||
border-radius: 0px;
|
||||
padding: 0px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.lightdm.menu .menuitem *,
|
||||
.lightdm.menu .menuitem.check:active,
|
||||
.lightdm.menu .menuitem.radio:active {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.lightdm.menubar {
|
||||
color: transparentize(white, 0.2);
|
||||
background-image: none;
|
||||
background-color: transparentize(black, 0.5);
|
||||
|
||||
& > .menuitem {
|
||||
padding: 2px 6px;
|
||||
}
|
||||
}
|
||||
|
||||
.lightdm-combo.combobox-entry .button,
|
||||
.lightdm-combo .cell,
|
||||
.lightdm-combo .button,
|
||||
.lightdm-combo .entry,
|
||||
.lightdm.button,
|
||||
.lightdm.entry {
|
||||
background-image: none;
|
||||
background-color: transparentize(black, 0.7);
|
||||
border-color: transparentize(white, 0.6);
|
||||
border-radius: 10px;
|
||||
padding: 7px;
|
||||
color: white;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.lightdm.button,
|
||||
.lightdm.button:hover,
|
||||
.lightdm.button:active,
|
||||
.lightdm.button:active:focused,
|
||||
.lightdm.entry,
|
||||
.lightdm.entry:hover,
|
||||
.lightdm.entry:active,
|
||||
.lightdm.entry:active:focused {
|
||||
background-image: none;
|
||||
border-image: none;
|
||||
}
|
||||
|
||||
.lightdm.button:focused,
|
||||
.lightdm.entry:focused {
|
||||
border-color: transparentize(white, 0.9);
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.lightdm.entry:selected {
|
||||
background-color: transparentize(white, 0.2);
|
||||
}
|
||||
|
||||
.lightdm.entry:active {
|
||||
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
|
||||
animation: dashentry_spinner 1s infinite linear;
|
||||
}
|
||||
|
||||
.lightdm.option-button {
|
||||
padding: 2px;
|
||||
background: none;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.lightdm.toggle-button {
|
||||
background: none;
|
||||
border-width: 0;
|
||||
|
||||
&.selected {
|
||||
background-color: transparentize(black, 0.3);
|
||||
border-width: 1px;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes dashentry_spinner {
|
||||
to {
|
||||
-gtk-icon-transform: rotate(1turn);
|
||||
}
|
||||
}
|
||||
|
@ -3124,6 +3124,87 @@ UnityPanelWidget,
|
||||
background-image: linear-gradient(to bottom, #5294E2);
|
||||
border-bottom: none; }
|
||||
|
||||
.lightdm.menu {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
border-color: rgba(255, 255, 255, 0.8);
|
||||
border-radius: 4px;
|
||||
padding: 1px;
|
||||
color: white; }
|
||||
|
||||
.lightdm-combo .menu {
|
||||
background-color: rgba(64, 71, 86, 0.97);
|
||||
border-radius: 0px;
|
||||
padding: 0px;
|
||||
color: white; }
|
||||
|
||||
.lightdm.menu .menuitem *,
|
||||
.lightdm.menu .menuitem.check:active,
|
||||
.lightdm.menu .menuitem.radio:active {
|
||||
color: white; }
|
||||
|
||||
.lightdm.menubar {
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.5); }
|
||||
.lightdm.menubar > .menuitem {
|
||||
padding: 2px 6px; }
|
||||
|
||||
.lightdm-combo.combobox-entry .button,
|
||||
.lightdm-combo .cell,
|
||||
.lightdm-combo .button,
|
||||
.lightdm-combo .entry,
|
||||
.lightdm.button,
|
||||
.lightdm.entry {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
border-color: rgba(255, 255, 255, 0.4);
|
||||
border-radius: 10px;
|
||||
padding: 7px;
|
||||
color: white;
|
||||
text-shadow: none; }
|
||||
|
||||
.lightdm.button,
|
||||
.lightdm.button:hover,
|
||||
.lightdm.button:active,
|
||||
.lightdm.button:active:focused,
|
||||
.lightdm.entry,
|
||||
.lightdm.entry:hover,
|
||||
.lightdm.entry:active,
|
||||
.lightdm.entry:active:focused {
|
||||
background-image: none;
|
||||
border-image: none; }
|
||||
|
||||
.lightdm.button:focused,
|
||||
.lightdm.entry:focused {
|
||||
border-color: rgba(255, 255, 255, 0.1);
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
color: white; }
|
||||
|
||||
.lightdm.entry:selected {
|
||||
background-color: rgba(255, 255, 255, 0.8); }
|
||||
|
||||
.lightdm.entry:active {
|
||||
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
|
||||
animation: dashentry_spinner 1s infinite linear; }
|
||||
|
||||
.lightdm.option-button {
|
||||
padding: 2px;
|
||||
background: none;
|
||||
border: 0; }
|
||||
|
||||
.lightdm.toggle-button {
|
||||
background: none;
|
||||
border-width: 0; }
|
||||
.lightdm.toggle-button.selected {
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
border-width: 1px; }
|
||||
|
||||
@keyframes dashentry_spinner {
|
||||
to {
|
||||
-gtk-icon-transform: rotate(1turn); } }
|
||||
|
||||
.overlay-bar {
|
||||
background-color: #5294E2;
|
||||
border-color: #5294E2;
|
||||
|
@ -3127,6 +3127,87 @@ UnityPanelWidget,
|
||||
background-image: linear-gradient(to bottom, #5294E2);
|
||||
border-bottom: none; }
|
||||
|
||||
.lightdm.menu {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
border-color: rgba(255, 255, 255, 0.8);
|
||||
border-radius: 4px;
|
||||
padding: 1px;
|
||||
color: white; }
|
||||
|
||||
.lightdm-combo .menu {
|
||||
background-color: rgba(64, 71, 86, 0.97);
|
||||
border-radius: 0px;
|
||||
padding: 0px;
|
||||
color: white; }
|
||||
|
||||
.lightdm.menu .menuitem *,
|
||||
.lightdm.menu .menuitem.check:active,
|
||||
.lightdm.menu .menuitem.radio:active {
|
||||
color: white; }
|
||||
|
||||
.lightdm.menubar {
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.5); }
|
||||
.lightdm.menubar > .menuitem {
|
||||
padding: 2px 6px; }
|
||||
|
||||
.lightdm-combo.combobox-entry .button,
|
||||
.lightdm-combo .cell,
|
||||
.lightdm-combo .button,
|
||||
.lightdm-combo .entry,
|
||||
.lightdm.button,
|
||||
.lightdm.entry {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
border-color: rgba(255, 255, 255, 0.4);
|
||||
border-radius: 10px;
|
||||
padding: 7px;
|
||||
color: white;
|
||||
text-shadow: none; }
|
||||
|
||||
.lightdm.button,
|
||||
.lightdm.button:hover,
|
||||
.lightdm.button:active,
|
||||
.lightdm.button:active:focused,
|
||||
.lightdm.entry,
|
||||
.lightdm.entry:hover,
|
||||
.lightdm.entry:active,
|
||||
.lightdm.entry:active:focused {
|
||||
background-image: none;
|
||||
border-image: none; }
|
||||
|
||||
.lightdm.button:focused,
|
||||
.lightdm.entry:focused {
|
||||
border-color: rgba(255, 255, 255, 0.1);
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
color: white; }
|
||||
|
||||
.lightdm.entry:selected {
|
||||
background-color: rgba(255, 255, 255, 0.8); }
|
||||
|
||||
.lightdm.entry:active {
|
||||
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
|
||||
animation: dashentry_spinner 1s infinite linear; }
|
||||
|
||||
.lightdm.option-button {
|
||||
padding: 2px;
|
||||
background: none;
|
||||
border: 0; }
|
||||
|
||||
.lightdm.toggle-button {
|
||||
background: none;
|
||||
border-width: 0; }
|
||||
.lightdm.toggle-button.selected {
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
border-width: 1px; }
|
||||
|
||||
@keyframes dashentry_spinner {
|
||||
to {
|
||||
-gtk-icon-transform: rotate(1turn); } }
|
||||
|
||||
.overlay-bar {
|
||||
background-color: #5294E2;
|
||||
border-color: #5294E2;
|
||||
|
@ -3124,6 +3124,87 @@ UnityPanelWidget,
|
||||
background-image: linear-gradient(to bottom, #5294E2);
|
||||
border-bottom: none; }
|
||||
|
||||
.lightdm.menu {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
border-color: rgba(255, 255, 255, 0.8);
|
||||
border-radius: 4px;
|
||||
padding: 1px;
|
||||
color: white; }
|
||||
|
||||
.lightdm-combo .menu {
|
||||
background-color: #404756;
|
||||
border-radius: 0px;
|
||||
padding: 0px;
|
||||
color: white; }
|
||||
|
||||
.lightdm.menu .menuitem *,
|
||||
.lightdm.menu .menuitem.check:active,
|
||||
.lightdm.menu .menuitem.radio:active {
|
||||
color: white; }
|
||||
|
||||
.lightdm.menubar {
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.5); }
|
||||
.lightdm.menubar > .menuitem {
|
||||
padding: 2px 6px; }
|
||||
|
||||
.lightdm-combo.combobox-entry .button,
|
||||
.lightdm-combo .cell,
|
||||
.lightdm-combo .button,
|
||||
.lightdm-combo .entry,
|
||||
.lightdm.button,
|
||||
.lightdm.entry {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
border-color: rgba(255, 255, 255, 0.4);
|
||||
border-radius: 10px;
|
||||
padding: 7px;
|
||||
color: white;
|
||||
text-shadow: none; }
|
||||
|
||||
.lightdm.button,
|
||||
.lightdm.button:hover,
|
||||
.lightdm.button:active,
|
||||
.lightdm.button:active:focused,
|
||||
.lightdm.entry,
|
||||
.lightdm.entry:hover,
|
||||
.lightdm.entry:active,
|
||||
.lightdm.entry:active:focused {
|
||||
background-image: none;
|
||||
border-image: none; }
|
||||
|
||||
.lightdm.button:focused,
|
||||
.lightdm.entry:focused {
|
||||
border-color: rgba(255, 255, 255, 0.1);
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
color: white; }
|
||||
|
||||
.lightdm.entry:selected {
|
||||
background-color: rgba(255, 255, 255, 0.8); }
|
||||
|
||||
.lightdm.entry:active {
|
||||
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
|
||||
animation: dashentry_spinner 1s infinite linear; }
|
||||
|
||||
.lightdm.option-button {
|
||||
padding: 2px;
|
||||
background: none;
|
||||
border: 0; }
|
||||
|
||||
.lightdm.toggle-button {
|
||||
background: none;
|
||||
border-width: 0; }
|
||||
.lightdm.toggle-button.selected {
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
border-width: 1px; }
|
||||
|
||||
@keyframes dashentry_spinner {
|
||||
to {
|
||||
-gtk-icon-transform: rotate(1turn); } }
|
||||
|
||||
.overlay-bar {
|
||||
background-color: #5294E2;
|
||||
border-color: #5294E2;
|
||||
|
@ -3127,6 +3127,87 @@ UnityPanelWidget,
|
||||
background-image: linear-gradient(to bottom, #5294E2);
|
||||
border-bottom: none; }
|
||||
|
||||
.lightdm.menu {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
border-color: rgba(255, 255, 255, 0.8);
|
||||
border-radius: 4px;
|
||||
padding: 1px;
|
||||
color: white; }
|
||||
|
||||
.lightdm-combo .menu {
|
||||
background-color: #404756;
|
||||
border-radius: 0px;
|
||||
padding: 0px;
|
||||
color: white; }
|
||||
|
||||
.lightdm.menu .menuitem *,
|
||||
.lightdm.menu .menuitem.check:active,
|
||||
.lightdm.menu .menuitem.radio:active {
|
||||
color: white; }
|
||||
|
||||
.lightdm.menubar {
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.5); }
|
||||
.lightdm.menubar > .menuitem {
|
||||
padding: 2px 6px; }
|
||||
|
||||
.lightdm-combo.combobox-entry .button,
|
||||
.lightdm-combo .cell,
|
||||
.lightdm-combo .button,
|
||||
.lightdm-combo .entry,
|
||||
.lightdm.button,
|
||||
.lightdm.entry {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
border-color: rgba(255, 255, 255, 0.4);
|
||||
border-radius: 10px;
|
||||
padding: 7px;
|
||||
color: white;
|
||||
text-shadow: none; }
|
||||
|
||||
.lightdm.button,
|
||||
.lightdm.button:hover,
|
||||
.lightdm.button:active,
|
||||
.lightdm.button:active:focused,
|
||||
.lightdm.entry,
|
||||
.lightdm.entry:hover,
|
||||
.lightdm.entry:active,
|
||||
.lightdm.entry:active:focused {
|
||||
background-image: none;
|
||||
border-image: none; }
|
||||
|
||||
.lightdm.button:focused,
|
||||
.lightdm.entry:focused {
|
||||
border-color: rgba(255, 255, 255, 0.1);
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
color: white; }
|
||||
|
||||
.lightdm.entry:selected {
|
||||
background-color: rgba(255, 255, 255, 0.8); }
|
||||
|
||||
.lightdm.entry:active {
|
||||
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
|
||||
animation: dashentry_spinner 1s infinite linear; }
|
||||
|
||||
.lightdm.option-button {
|
||||
padding: 2px;
|
||||
background: none;
|
||||
border: 0; }
|
||||
|
||||
.lightdm.toggle-button {
|
||||
background: none;
|
||||
border-width: 0; }
|
||||
.lightdm.toggle-button.selected {
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
border-width: 1px; }
|
||||
|
||||
@keyframes dashentry_spinner {
|
||||
to {
|
||||
-gtk-icon-transform: rotate(1turn); } }
|
||||
|
||||
.overlay-bar {
|
||||
background-color: #5294E2;
|
||||
border-color: #5294E2;
|
||||
|
@ -3127,6 +3127,87 @@ UnityPanelWidget,
|
||||
background-image: linear-gradient(to bottom, #5294E2);
|
||||
border-bottom: none; }
|
||||
|
||||
.lightdm.menu {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
border-color: rgba(255, 255, 255, 0.8);
|
||||
border-radius: 4px;
|
||||
padding: 1px;
|
||||
color: white; }
|
||||
|
||||
.lightdm-combo .menu {
|
||||
background-color: #fdfdfe;
|
||||
border-radius: 0px;
|
||||
padding: 0px;
|
||||
color: white; }
|
||||
|
||||
.lightdm.menu .menuitem *,
|
||||
.lightdm.menu .menuitem.check:active,
|
||||
.lightdm.menu .menuitem.radio:active {
|
||||
color: white; }
|
||||
|
||||
.lightdm.menubar {
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.5); }
|
||||
.lightdm.menubar > .menuitem {
|
||||
padding: 2px 6px; }
|
||||
|
||||
.lightdm-combo.combobox-entry .button,
|
||||
.lightdm-combo .cell,
|
||||
.lightdm-combo .button,
|
||||
.lightdm-combo .entry,
|
||||
.lightdm.button,
|
||||
.lightdm.entry {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
border-color: rgba(255, 255, 255, 0.4);
|
||||
border-radius: 10px;
|
||||
padding: 7px;
|
||||
color: white;
|
||||
text-shadow: none; }
|
||||
|
||||
.lightdm.button,
|
||||
.lightdm.button:hover,
|
||||
.lightdm.button:active,
|
||||
.lightdm.button:active:focused,
|
||||
.lightdm.entry,
|
||||
.lightdm.entry:hover,
|
||||
.lightdm.entry:active,
|
||||
.lightdm.entry:active:focused {
|
||||
background-image: none;
|
||||
border-image: none; }
|
||||
|
||||
.lightdm.button:focused,
|
||||
.lightdm.entry:focused {
|
||||
border-color: rgba(255, 255, 255, 0.1);
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
color: white; }
|
||||
|
||||
.lightdm.entry:selected {
|
||||
background-color: rgba(255, 255, 255, 0.8); }
|
||||
|
||||
.lightdm.entry:active {
|
||||
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
|
||||
animation: dashentry_spinner 1s infinite linear; }
|
||||
|
||||
.lightdm.option-button {
|
||||
padding: 2px;
|
||||
background: none;
|
||||
border: 0; }
|
||||
|
||||
.lightdm.toggle-button {
|
||||
background: none;
|
||||
border-width: 0; }
|
||||
.lightdm.toggle-button.selected {
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
border-width: 1px; }
|
||||
|
||||
@keyframes dashentry_spinner {
|
||||
to {
|
||||
-gtk-icon-transform: rotate(1turn); } }
|
||||
|
||||
.overlay-bar {
|
||||
background-color: #5294E2;
|
||||
border-color: #5294E2;
|
||||
|
@ -3127,6 +3127,87 @@ UnityPanelWidget,
|
||||
background-image: linear-gradient(to bottom, #5294E2);
|
||||
border-bottom: none; }
|
||||
|
||||
.lightdm.menu {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
border-color: rgba(255, 255, 255, 0.8);
|
||||
border-radius: 4px;
|
||||
padding: 1px;
|
||||
color: white; }
|
||||
|
||||
.lightdm-combo .menu {
|
||||
background-color: rgba(253, 253, 254, 0.95);
|
||||
border-radius: 0px;
|
||||
padding: 0px;
|
||||
color: white; }
|
||||
|
||||
.lightdm.menu .menuitem *,
|
||||
.lightdm.menu .menuitem.check:active,
|
||||
.lightdm.menu .menuitem.radio:active {
|
||||
color: white; }
|
||||
|
||||
.lightdm.menubar {
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.5); }
|
||||
.lightdm.menubar > .menuitem {
|
||||
padding: 2px 6px; }
|
||||
|
||||
.lightdm-combo.combobox-entry .button,
|
||||
.lightdm-combo .cell,
|
||||
.lightdm-combo .button,
|
||||
.lightdm-combo .entry,
|
||||
.lightdm.button,
|
||||
.lightdm.entry {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
border-color: rgba(255, 255, 255, 0.4);
|
||||
border-radius: 10px;
|
||||
padding: 7px;
|
||||
color: white;
|
||||
text-shadow: none; }
|
||||
|
||||
.lightdm.button,
|
||||
.lightdm.button:hover,
|
||||
.lightdm.button:active,
|
||||
.lightdm.button:active:focused,
|
||||
.lightdm.entry,
|
||||
.lightdm.entry:hover,
|
||||
.lightdm.entry:active,
|
||||
.lightdm.entry:active:focused {
|
||||
background-image: none;
|
||||
border-image: none; }
|
||||
|
||||
.lightdm.button:focused,
|
||||
.lightdm.entry:focused {
|
||||
border-color: rgba(255, 255, 255, 0.1);
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
color: white; }
|
||||
|
||||
.lightdm.entry:selected {
|
||||
background-color: rgba(255, 255, 255, 0.8); }
|
||||
|
||||
.lightdm.entry:active {
|
||||
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
|
||||
animation: dashentry_spinner 1s infinite linear; }
|
||||
|
||||
.lightdm.option-button {
|
||||
padding: 2px;
|
||||
background: none;
|
||||
border: 0; }
|
||||
|
||||
.lightdm.toggle-button {
|
||||
background: none;
|
||||
border-width: 0; }
|
||||
.lightdm.toggle-button.selected {
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
border-width: 1px; }
|
||||
|
||||
@keyframes dashentry_spinner {
|
||||
to {
|
||||
-gtk-icon-transform: rotate(1turn); } }
|
||||
|
||||
.overlay-bar {
|
||||
background-color: #5294E2;
|
||||
border-color: #5294E2;
|
||||
|
@ -57,3 +57,102 @@ UnityPanelWidget,
|
||||
background-image: linear-gradient(to bottom, $selected_bg_color);
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
// Unity Greeter
|
||||
.lightdm.menu {
|
||||
background-image: none;
|
||||
background-color: transparentize(black, 0.6);
|
||||
border-color: transparentize(white, 0.2);
|
||||
border-radius: 4px;
|
||||
padding: 1px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.lightdm-combo .menu {
|
||||
background-color: lighten($header_bg, 8);
|
||||
border-radius: 0px;
|
||||
padding: 0px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.lightdm.menu .menuitem *,
|
||||
.lightdm.menu .menuitem.check:active,
|
||||
.lightdm.menu .menuitem.radio:active {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.lightdm.menubar {
|
||||
color: transparentize(white, 0.2);
|
||||
background-image: none;
|
||||
background-color: transparentize(black, 0.5);
|
||||
|
||||
& > .menuitem {
|
||||
padding: 2px 6px;
|
||||
}
|
||||
}
|
||||
|
||||
.lightdm-combo.combobox-entry .button,
|
||||
.lightdm-combo .cell,
|
||||
.lightdm-combo .button,
|
||||
.lightdm-combo .entry,
|
||||
.lightdm.button,
|
||||
.lightdm.entry {
|
||||
background-image: none;
|
||||
background-color: transparentize(black, 0.7);
|
||||
border-color: transparentize(white, 0.6);
|
||||
border-radius: 10px;
|
||||
padding: 7px;
|
||||
color: white;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.lightdm.button,
|
||||
.lightdm.button:hover,
|
||||
.lightdm.button:active,
|
||||
.lightdm.button:active:focused,
|
||||
.lightdm.entry,
|
||||
.lightdm.entry:hover,
|
||||
.lightdm.entry:active,
|
||||
.lightdm.entry:active:focused {
|
||||
background-image: none;
|
||||
border-image: none;
|
||||
}
|
||||
|
||||
.lightdm.button:focused,
|
||||
.lightdm.entry:focused {
|
||||
border-color: transparentize(white, 0.9);
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.lightdm.entry:selected {
|
||||
background-color: transparentize(white, 0.2);
|
||||
}
|
||||
|
||||
.lightdm.entry:active {
|
||||
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
|
||||
animation: dashentry_spinner 1s infinite linear;
|
||||
}
|
||||
|
||||
.lightdm.option-button {
|
||||
padding: 2px;
|
||||
background: none;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.lightdm.toggle-button {
|
||||
background: none;
|
||||
border-width: 0;
|
||||
|
||||
&.selected {
|
||||
background-color: transparentize(black, 0.3);
|
||||
border-width: 1px;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes dashentry_spinner {
|
||||
to {
|
||||
-gtk-icon-transform: rotate(1turn);
|
||||
}
|
||||
}
|
||||
|
@ -3278,6 +3278,87 @@ UnityPanelWidget,
|
||||
background-image: linear-gradient(to bottom, #5294E2);
|
||||
border-bottom: none; }
|
||||
|
||||
.lightdm.menu {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
border-color: rgba(255, 255, 255, 0.8);
|
||||
border-radius: 4px;
|
||||
padding: 1px;
|
||||
color: white; }
|
||||
|
||||
.lightdm-combo .menu {
|
||||
background-color: rgba(64, 71, 86, 0.97);
|
||||
border-radius: 0px;
|
||||
padding: 0px;
|
||||
color: white; }
|
||||
|
||||
.lightdm.menu .menuitem *,
|
||||
.lightdm.menu .menuitem.check:active,
|
||||
.lightdm.menu .menuitem.radio:active {
|
||||
color: white; }
|
||||
|
||||
.lightdm.menubar {
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.5); }
|
||||
.lightdm.menubar > .menuitem {
|
||||
padding: 2px 6px; }
|
||||
|
||||
.lightdm-combo.combobox-entry .button,
|
||||
.lightdm-combo .cell,
|
||||
.lightdm-combo .button,
|
||||
.lightdm-combo .entry,
|
||||
.lightdm.button,
|
||||
.lightdm.entry {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
border-color: rgba(255, 255, 255, 0.4);
|
||||
border-radius: 10px;
|
||||
padding: 7px;
|
||||
color: white;
|
||||
text-shadow: none; }
|
||||
|
||||
.lightdm.button,
|
||||
.lightdm.button:hover,
|
||||
.lightdm.button:active,
|
||||
.lightdm.button:active:focused,
|
||||
.lightdm.entry,
|
||||
.lightdm.entry:hover,
|
||||
.lightdm.entry:active,
|
||||
.lightdm.entry:active:focused {
|
||||
background-image: none;
|
||||
border-image: none; }
|
||||
|
||||
.lightdm.button:focused,
|
||||
.lightdm.entry:focused {
|
||||
border-color: rgba(255, 255, 255, 0.1);
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
color: white; }
|
||||
|
||||
.lightdm.entry:selected {
|
||||
background-color: rgba(255, 255, 255, 0.8); }
|
||||
|
||||
.lightdm.entry:active {
|
||||
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
|
||||
animation: dashentry_spinner 1s infinite linear; }
|
||||
|
||||
.lightdm.option-button {
|
||||
padding: 2px;
|
||||
background: none;
|
||||
border: 0; }
|
||||
|
||||
.lightdm.toggle-button {
|
||||
background: none;
|
||||
border-width: 0; }
|
||||
.lightdm.toggle-button.selected {
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
border-width: 1px; }
|
||||
|
||||
@keyframes dashentry_spinner {
|
||||
to {
|
||||
-gtk-icon-transform: rotate(1turn); } }
|
||||
|
||||
.overlay-bar {
|
||||
background-color: #5294E2;
|
||||
border-color: #5294E2;
|
||||
|
@ -3281,6 +3281,87 @@ UnityPanelWidget,
|
||||
background-image: linear-gradient(to bottom, #5294E2);
|
||||
border-bottom: none; }
|
||||
|
||||
.lightdm.menu {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
border-color: rgba(255, 255, 255, 0.8);
|
||||
border-radius: 4px;
|
||||
padding: 1px;
|
||||
color: white; }
|
||||
|
||||
.lightdm-combo .menu {
|
||||
background-color: rgba(64, 71, 86, 0.97);
|
||||
border-radius: 0px;
|
||||
padding: 0px;
|
||||
color: white; }
|
||||
|
||||
.lightdm.menu .menuitem *,
|
||||
.lightdm.menu .menuitem.check:active,
|
||||
.lightdm.menu .menuitem.radio:active {
|
||||
color: white; }
|
||||
|
||||
.lightdm.menubar {
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.5); }
|
||||
.lightdm.menubar > .menuitem {
|
||||
padding: 2px 6px; }
|
||||
|
||||
.lightdm-combo.combobox-entry .button,
|
||||
.lightdm-combo .cell,
|
||||
.lightdm-combo .button,
|
||||
.lightdm-combo .entry,
|
||||
.lightdm.button,
|
||||
.lightdm.entry {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
border-color: rgba(255, 255, 255, 0.4);
|
||||
border-radius: 10px;
|
||||
padding: 7px;
|
||||
color: white;
|
||||
text-shadow: none; }
|
||||
|
||||
.lightdm.button,
|
||||
.lightdm.button:hover,
|
||||
.lightdm.button:active,
|
||||
.lightdm.button:active:focused,
|
||||
.lightdm.entry,
|
||||
.lightdm.entry:hover,
|
||||
.lightdm.entry:active,
|
||||
.lightdm.entry:active:focused {
|
||||
background-image: none;
|
||||
border-image: none; }
|
||||
|
||||
.lightdm.button:focused,
|
||||
.lightdm.entry:focused {
|
||||
border-color: rgba(255, 255, 255, 0.1);
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
color: white; }
|
||||
|
||||
.lightdm.entry:selected {
|
||||
background-color: rgba(255, 255, 255, 0.8); }
|
||||
|
||||
.lightdm.entry:active {
|
||||
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
|
||||
animation: dashentry_spinner 1s infinite linear; }
|
||||
|
||||
.lightdm.option-button {
|
||||
padding: 2px;
|
||||
background: none;
|
||||
border: 0; }
|
||||
|
||||
.lightdm.toggle-button {
|
||||
background: none;
|
||||
border-width: 0; }
|
||||
.lightdm.toggle-button.selected {
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
border-width: 1px; }
|
||||
|
||||
@keyframes dashentry_spinner {
|
||||
to {
|
||||
-gtk-icon-transform: rotate(1turn); } }
|
||||
|
||||
.overlay-bar {
|
||||
background-color: #5294E2;
|
||||
border-color: #5294E2;
|
||||
|
@ -3278,6 +3278,87 @@ UnityPanelWidget,
|
||||
background-image: linear-gradient(to bottom, #5294E2);
|
||||
border-bottom: none; }
|
||||
|
||||
.lightdm.menu {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
border-color: rgba(255, 255, 255, 0.8);
|
||||
border-radius: 4px;
|
||||
padding: 1px;
|
||||
color: white; }
|
||||
|
||||
.lightdm-combo .menu {
|
||||
background-color: #404756;
|
||||
border-radius: 0px;
|
||||
padding: 0px;
|
||||
color: white; }
|
||||
|
||||
.lightdm.menu .menuitem *,
|
||||
.lightdm.menu .menuitem.check:active,
|
||||
.lightdm.menu .menuitem.radio:active {
|
||||
color: white; }
|
||||
|
||||
.lightdm.menubar {
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.5); }
|
||||
.lightdm.menubar > .menuitem {
|
||||
padding: 2px 6px; }
|
||||
|
||||
.lightdm-combo.combobox-entry .button,
|
||||
.lightdm-combo .cell,
|
||||
.lightdm-combo .button,
|
||||
.lightdm-combo .entry,
|
||||
.lightdm.button,
|
||||
.lightdm.entry {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
border-color: rgba(255, 255, 255, 0.4);
|
||||
border-radius: 10px;
|
||||
padding: 7px;
|
||||
color: white;
|
||||
text-shadow: none; }
|
||||
|
||||
.lightdm.button,
|
||||
.lightdm.button:hover,
|
||||
.lightdm.button:active,
|
||||
.lightdm.button:active:focused,
|
||||
.lightdm.entry,
|
||||
.lightdm.entry:hover,
|
||||
.lightdm.entry:active,
|
||||
.lightdm.entry:active:focused {
|
||||
background-image: none;
|
||||
border-image: none; }
|
||||
|
||||
.lightdm.button:focused,
|
||||
.lightdm.entry:focused {
|
||||
border-color: rgba(255, 255, 255, 0.1);
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
color: white; }
|
||||
|
||||
.lightdm.entry:selected {
|
||||
background-color: rgba(255, 255, 255, 0.8); }
|
||||
|
||||
.lightdm.entry:active {
|
||||
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
|
||||
animation: dashentry_spinner 1s infinite linear; }
|
||||
|
||||
.lightdm.option-button {
|
||||
padding: 2px;
|
||||
background: none;
|
||||
border: 0; }
|
||||
|
||||
.lightdm.toggle-button {
|
||||
background: none;
|
||||
border-width: 0; }
|
||||
.lightdm.toggle-button.selected {
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
border-width: 1px; }
|
||||
|
||||
@keyframes dashentry_spinner {
|
||||
to {
|
||||
-gtk-icon-transform: rotate(1turn); } }
|
||||
|
||||
.overlay-bar {
|
||||
background-color: #5294E2;
|
||||
border-color: #5294E2;
|
||||
|
@ -3281,6 +3281,87 @@ UnityPanelWidget,
|
||||
background-image: linear-gradient(to bottom, #5294E2);
|
||||
border-bottom: none; }
|
||||
|
||||
.lightdm.menu {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
border-color: rgba(255, 255, 255, 0.8);
|
||||
border-radius: 4px;
|
||||
padding: 1px;
|
||||
color: white; }
|
||||
|
||||
.lightdm-combo .menu {
|
||||
background-color: #404756;
|
||||
border-radius: 0px;
|
||||
padding: 0px;
|
||||
color: white; }
|
||||
|
||||
.lightdm.menu .menuitem *,
|
||||
.lightdm.menu .menuitem.check:active,
|
||||
.lightdm.menu .menuitem.radio:active {
|
||||
color: white; }
|
||||
|
||||
.lightdm.menubar {
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.5); }
|
||||
.lightdm.menubar > .menuitem {
|
||||
padding: 2px 6px; }
|
||||
|
||||
.lightdm-combo.combobox-entry .button,
|
||||
.lightdm-combo .cell,
|
||||
.lightdm-combo .button,
|
||||
.lightdm-combo .entry,
|
||||
.lightdm.button,
|
||||
.lightdm.entry {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
border-color: rgba(255, 255, 255, 0.4);
|
||||
border-radius: 10px;
|
||||
padding: 7px;
|
||||
color: white;
|
||||
text-shadow: none; }
|
||||
|
||||
.lightdm.button,
|
||||
.lightdm.button:hover,
|
||||
.lightdm.button:active,
|
||||
.lightdm.button:active:focused,
|
||||
.lightdm.entry,
|
||||
.lightdm.entry:hover,
|
||||
.lightdm.entry:active,
|
||||
.lightdm.entry:active:focused {
|
||||
background-image: none;
|
||||
border-image: none; }
|
||||
|
||||
.lightdm.button:focused,
|
||||
.lightdm.entry:focused {
|
||||
border-color: rgba(255, 255, 255, 0.1);
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
color: white; }
|
||||
|
||||
.lightdm.entry:selected {
|
||||
background-color: rgba(255, 255, 255, 0.8); }
|
||||
|
||||
.lightdm.entry:active {
|
||||
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
|
||||
animation: dashentry_spinner 1s infinite linear; }
|
||||
|
||||
.lightdm.option-button {
|
||||
padding: 2px;
|
||||
background: none;
|
||||
border: 0; }
|
||||
|
||||
.lightdm.toggle-button {
|
||||
background: none;
|
||||
border-width: 0; }
|
||||
.lightdm.toggle-button.selected {
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
border-width: 1px; }
|
||||
|
||||
@keyframes dashentry_spinner {
|
||||
to {
|
||||
-gtk-icon-transform: rotate(1turn); } }
|
||||
|
||||
.overlay-bar {
|
||||
background-color: #5294E2;
|
||||
border-color: #5294E2;
|
||||
|
@ -3285,6 +3285,87 @@ UnityPanelWidget,
|
||||
background-image: linear-gradient(to bottom, #5294E2);
|
||||
border-bottom: none; }
|
||||
|
||||
.lightdm.menu {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
border-color: rgba(255, 255, 255, 0.8);
|
||||
border-radius: 4px;
|
||||
padding: 1px;
|
||||
color: white; }
|
||||
|
||||
.lightdm-combo .menu {
|
||||
background-color: #fdfdfe;
|
||||
border-radius: 0px;
|
||||
padding: 0px;
|
||||
color: white; }
|
||||
|
||||
.lightdm.menu .menuitem *,
|
||||
.lightdm.menu .menuitem.check:active,
|
||||
.lightdm.menu .menuitem.radio:active {
|
||||
color: white; }
|
||||
|
||||
.lightdm.menubar {
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.5); }
|
||||
.lightdm.menubar > .menuitem {
|
||||
padding: 2px 6px; }
|
||||
|
||||
.lightdm-combo.combobox-entry .button,
|
||||
.lightdm-combo .cell,
|
||||
.lightdm-combo .button,
|
||||
.lightdm-combo .entry,
|
||||
.lightdm.button,
|
||||
.lightdm.entry {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
border-color: rgba(255, 255, 255, 0.4);
|
||||
border-radius: 10px;
|
||||
padding: 7px;
|
||||
color: white;
|
||||
text-shadow: none; }
|
||||
|
||||
.lightdm.button,
|
||||
.lightdm.button:hover,
|
||||
.lightdm.button:active,
|
||||
.lightdm.button:active:focused,
|
||||
.lightdm.entry,
|
||||
.lightdm.entry:hover,
|
||||
.lightdm.entry:active,
|
||||
.lightdm.entry:active:focused {
|
||||
background-image: none;
|
||||
border-image: none; }
|
||||
|
||||
.lightdm.button:focused,
|
||||
.lightdm.entry:focused {
|
||||
border-color: rgba(255, 255, 255, 0.1);
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
color: white; }
|
||||
|
||||
.lightdm.entry:selected {
|
||||
background-color: rgba(255, 255, 255, 0.8); }
|
||||
|
||||
.lightdm.entry:active {
|
||||
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
|
||||
animation: dashentry_spinner 1s infinite linear; }
|
||||
|
||||
.lightdm.option-button {
|
||||
padding: 2px;
|
||||
background: none;
|
||||
border: 0; }
|
||||
|
||||
.lightdm.toggle-button {
|
||||
background: none;
|
||||
border-width: 0; }
|
||||
.lightdm.toggle-button.selected {
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
border-width: 1px; }
|
||||
|
||||
@keyframes dashentry_spinner {
|
||||
to {
|
||||
-gtk-icon-transform: rotate(1turn); } }
|
||||
|
||||
.overlay-bar {
|
||||
background-color: #5294E2;
|
||||
border-color: #5294E2;
|
||||
|
@ -3285,6 +3285,87 @@ UnityPanelWidget,
|
||||
background-image: linear-gradient(to bottom, #5294E2);
|
||||
border-bottom: none; }
|
||||
|
||||
.lightdm.menu {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
border-color: rgba(255, 255, 255, 0.8);
|
||||
border-radius: 4px;
|
||||
padding: 1px;
|
||||
color: white; }
|
||||
|
||||
.lightdm-combo .menu {
|
||||
background-color: rgba(253, 253, 254, 0.95);
|
||||
border-radius: 0px;
|
||||
padding: 0px;
|
||||
color: white; }
|
||||
|
||||
.lightdm.menu .menuitem *,
|
||||
.lightdm.menu .menuitem.check:active,
|
||||
.lightdm.menu .menuitem.radio:active {
|
||||
color: white; }
|
||||
|
||||
.lightdm.menubar {
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.5); }
|
||||
.lightdm.menubar > .menuitem {
|
||||
padding: 2px 6px; }
|
||||
|
||||
.lightdm-combo.combobox-entry .button,
|
||||
.lightdm-combo .cell,
|
||||
.lightdm-combo .button,
|
||||
.lightdm-combo .entry,
|
||||
.lightdm.button,
|
||||
.lightdm.entry {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
border-color: rgba(255, 255, 255, 0.4);
|
||||
border-radius: 10px;
|
||||
padding: 7px;
|
||||
color: white;
|
||||
text-shadow: none; }
|
||||
|
||||
.lightdm.button,
|
||||
.lightdm.button:hover,
|
||||
.lightdm.button:active,
|
||||
.lightdm.button:active:focused,
|
||||
.lightdm.entry,
|
||||
.lightdm.entry:hover,
|
||||
.lightdm.entry:active,
|
||||
.lightdm.entry:active:focused {
|
||||
background-image: none;
|
||||
border-image: none; }
|
||||
|
||||
.lightdm.button:focused,
|
||||
.lightdm.entry:focused {
|
||||
border-color: rgba(255, 255, 255, 0.1);
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
color: white; }
|
||||
|
||||
.lightdm.entry:selected {
|
||||
background-color: rgba(255, 255, 255, 0.8); }
|
||||
|
||||
.lightdm.entry:active {
|
||||
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
|
||||
animation: dashentry_spinner 1s infinite linear; }
|
||||
|
||||
.lightdm.option-button {
|
||||
padding: 2px;
|
||||
background: none;
|
||||
border: 0; }
|
||||
|
||||
.lightdm.toggle-button {
|
||||
background: none;
|
||||
border-width: 0; }
|
||||
.lightdm.toggle-button.selected {
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
border-width: 1px; }
|
||||
|
||||
@keyframes dashentry_spinner {
|
||||
to {
|
||||
-gtk-icon-transform: rotate(1turn); } }
|
||||
|
||||
.overlay-bar {
|
||||
background-color: #5294E2;
|
||||
border-color: #5294E2;
|
||||
|
@ -57,3 +57,102 @@ UnityPanelWidget,
|
||||
background-image: linear-gradient(to bottom, $selected_bg_color);
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
// Unity Greeter
|
||||
.lightdm.menu {
|
||||
background-image: none;
|
||||
background-color: transparentize(black, 0.6);
|
||||
border-color: transparentize(white, 0.2);
|
||||
border-radius: 4px;
|
||||
padding: 1px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.lightdm-combo .menu {
|
||||
background-color: lighten($header_bg, 8);
|
||||
border-radius: 0px;
|
||||
padding: 0px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.lightdm.menu .menuitem *,
|
||||
.lightdm.menu .menuitem.check:active,
|
||||
.lightdm.menu .menuitem.radio:active {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.lightdm.menubar {
|
||||
color: transparentize(white, 0.2);
|
||||
background-image: none;
|
||||
background-color: transparentize(black, 0.5);
|
||||
|
||||
& > .menuitem {
|
||||
padding: 2px 6px;
|
||||
}
|
||||
}
|
||||
|
||||
.lightdm-combo.combobox-entry .button,
|
||||
.lightdm-combo .cell,
|
||||
.lightdm-combo .button,
|
||||
.lightdm-combo .entry,
|
||||
.lightdm.button,
|
||||
.lightdm.entry {
|
||||
background-image: none;
|
||||
background-color: transparentize(black, 0.7);
|
||||
border-color: transparentize(white, 0.6);
|
||||
border-radius: 10px;
|
||||
padding: 7px;
|
||||
color: white;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.lightdm.button,
|
||||
.lightdm.button:hover,
|
||||
.lightdm.button:active,
|
||||
.lightdm.button:active:focused,
|
||||
.lightdm.entry,
|
||||
.lightdm.entry:hover,
|
||||
.lightdm.entry:active,
|
||||
.lightdm.entry:active:focused {
|
||||
background-image: none;
|
||||
border-image: none;
|
||||
}
|
||||
|
||||
.lightdm.button:focused,
|
||||
.lightdm.entry:focused {
|
||||
border-color: transparentize(white, 0.9);
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.lightdm.entry:selected {
|
||||
background-color: transparentize(white, 0.2);
|
||||
}
|
||||
|
||||
.lightdm.entry:active {
|
||||
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
|
||||
animation: dashentry_spinner 1s infinite linear;
|
||||
}
|
||||
|
||||
.lightdm.option-button {
|
||||
padding: 2px;
|
||||
background: none;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.lightdm.toggle-button {
|
||||
background: none;
|
||||
border-width: 0;
|
||||
|
||||
&.selected {
|
||||
background-color: transparentize(black, 0.3);
|
||||
border-width: 1px;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes dashentry_spinner {
|
||||
to {
|
||||
-gtk-icon-transform: rotate(1turn);
|
||||
}
|
||||
}
|
||||
|
@ -3559,6 +3559,87 @@ UnityPanelWidget,
|
||||
background-image: linear-gradient(to bottom, #5294E2);
|
||||
border-bottom: none; }
|
||||
|
||||
.lightdm.menu {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
border-color: rgba(255, 255, 255, 0.8);
|
||||
border-radius: 4px;
|
||||
padding: 1px;
|
||||
color: white; }
|
||||
|
||||
.lightdm-combo .menu {
|
||||
background-color: rgba(64, 71, 86, 0.97);
|
||||
border-radius: 0px;
|
||||
padding: 0px;
|
||||
color: white; }
|
||||
|
||||
.lightdm.menu .menuitem *,
|
||||
.lightdm.menu .menuitem.check:active,
|
||||
.lightdm.menu .menuitem.radio:active {
|
||||
color: white; }
|
||||
|
||||
.lightdm.menubar {
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.5); }
|
||||
.lightdm.menubar > .menuitem {
|
||||
padding: 2px 6px; }
|
||||
|
||||
.lightdm-combo.combobox-entry .button,
|
||||
.lightdm-combo .cell,
|
||||
.lightdm-combo .button,
|
||||
.lightdm-combo .entry,
|
||||
.lightdm.button,
|
||||
.lightdm.entry {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
border-color: rgba(255, 255, 255, 0.4);
|
||||
border-radius: 10px;
|
||||
padding: 7px;
|
||||
color: white;
|
||||
text-shadow: none; }
|
||||
|
||||
.lightdm.button,
|
||||
.lightdm.button:hover,
|
||||
.lightdm.button:active,
|
||||
.lightdm.button:active:focused,
|
||||
.lightdm.entry,
|
||||
.lightdm.entry:hover,
|
||||
.lightdm.entry:active,
|
||||
.lightdm.entry:active:focused {
|
||||
background-image: none;
|
||||
border-image: none; }
|
||||
|
||||
.lightdm.button:focused,
|
||||
.lightdm.entry:focused {
|
||||
border-color: rgba(255, 255, 255, 0.1);
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
color: white; }
|
||||
|
||||
.lightdm.entry:selected {
|
||||
background-color: rgba(255, 255, 255, 0.8); }
|
||||
|
||||
.lightdm.entry:active {
|
||||
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
|
||||
animation: dashentry_spinner 1s infinite linear; }
|
||||
|
||||
.lightdm.option-button {
|
||||
padding: 2px;
|
||||
background: none;
|
||||
border: 0; }
|
||||
|
||||
.lightdm.toggle-button {
|
||||
background: none;
|
||||
border-width: 0; }
|
||||
.lightdm.toggle-button.selected {
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
border-width: 1px; }
|
||||
|
||||
@keyframes dashentry_spinner {
|
||||
to {
|
||||
-gtk-icon-transform: rotate(1turn); } }
|
||||
|
||||
.overlay-bar {
|
||||
background-color: #5294E2;
|
||||
border-color: #5294E2;
|
||||
|
@ -3557,6 +3557,87 @@ UnityPanelWidget,
|
||||
background-image: linear-gradient(to bottom, #5294E2);
|
||||
border-bottom: none; }
|
||||
|
||||
.lightdm.menu {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
border-color: rgba(255, 255, 255, 0.8);
|
||||
border-radius: 4px;
|
||||
padding: 1px;
|
||||
color: white; }
|
||||
|
||||
.lightdm-combo .menu {
|
||||
background-color: rgba(64, 71, 86, 0.97);
|
||||
border-radius: 0px;
|
||||
padding: 0px;
|
||||
color: white; }
|
||||
|
||||
.lightdm.menu .menuitem *,
|
||||
.lightdm.menu .menuitem.check:active,
|
||||
.lightdm.menu .menuitem.radio:active {
|
||||
color: white; }
|
||||
|
||||
.lightdm.menubar {
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.5); }
|
||||
.lightdm.menubar > .menuitem {
|
||||
padding: 2px 6px; }
|
||||
|
||||
.lightdm-combo.combobox-entry .button,
|
||||
.lightdm-combo .cell,
|
||||
.lightdm-combo .button,
|
||||
.lightdm-combo .entry,
|
||||
.lightdm.button,
|
||||
.lightdm.entry {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
border-color: rgba(255, 255, 255, 0.4);
|
||||
border-radius: 10px;
|
||||
padding: 7px;
|
||||
color: white;
|
||||
text-shadow: none; }
|
||||
|
||||
.lightdm.button,
|
||||
.lightdm.button:hover,
|
||||
.lightdm.button:active,
|
||||
.lightdm.button:active:focused,
|
||||
.lightdm.entry,
|
||||
.lightdm.entry:hover,
|
||||
.lightdm.entry:active,
|
||||
.lightdm.entry:active:focused {
|
||||
background-image: none;
|
||||
border-image: none; }
|
||||
|
||||
.lightdm.button:focused,
|
||||
.lightdm.entry:focused {
|
||||
border-color: rgba(255, 255, 255, 0.1);
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
color: white; }
|
||||
|
||||
.lightdm.entry:selected {
|
||||
background-color: rgba(255, 255, 255, 0.8); }
|
||||
|
||||
.lightdm.entry:active {
|
||||
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
|
||||
animation: dashentry_spinner 1s infinite linear; }
|
||||
|
||||
.lightdm.option-button {
|
||||
padding: 2px;
|
||||
background: none;
|
||||
border: 0; }
|
||||
|
||||
.lightdm.toggle-button {
|
||||
background: none;
|
||||
border-width: 0; }
|
||||
.lightdm.toggle-button.selected {
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
border-width: 1px; }
|
||||
|
||||
@keyframes dashentry_spinner {
|
||||
to {
|
||||
-gtk-icon-transform: rotate(1turn); } }
|
||||
|
||||
.overlay-bar {
|
||||
background-color: #5294E2;
|
||||
border-color: #5294E2;
|
||||
|
@ -3559,6 +3559,87 @@ UnityPanelWidget,
|
||||
background-image: linear-gradient(to bottom, #5294E2);
|
||||
border-bottom: none; }
|
||||
|
||||
.lightdm.menu {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
border-color: rgba(255, 255, 255, 0.8);
|
||||
border-radius: 4px;
|
||||
padding: 1px;
|
||||
color: white; }
|
||||
|
||||
.lightdm-combo .menu {
|
||||
background-color: #404756;
|
||||
border-radius: 0px;
|
||||
padding: 0px;
|
||||
color: white; }
|
||||
|
||||
.lightdm.menu .menuitem *,
|
||||
.lightdm.menu .menuitem.check:active,
|
||||
.lightdm.menu .menuitem.radio:active {
|
||||
color: white; }
|
||||
|
||||
.lightdm.menubar {
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.5); }
|
||||
.lightdm.menubar > .menuitem {
|
||||
padding: 2px 6px; }
|
||||
|
||||
.lightdm-combo.combobox-entry .button,
|
||||
.lightdm-combo .cell,
|
||||
.lightdm-combo .button,
|
||||
.lightdm-combo .entry,
|
||||
.lightdm.button,
|
||||
.lightdm.entry {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
border-color: rgba(255, 255, 255, 0.4);
|
||||
border-radius: 10px;
|
||||
padding: 7px;
|
||||
color: white;
|
||||
text-shadow: none; }
|
||||
|
||||
.lightdm.button,
|
||||
.lightdm.button:hover,
|
||||
.lightdm.button:active,
|
||||
.lightdm.button:active:focused,
|
||||
.lightdm.entry,
|
||||
.lightdm.entry:hover,
|
||||
.lightdm.entry:active,
|
||||
.lightdm.entry:active:focused {
|
||||
background-image: none;
|
||||
border-image: none; }
|
||||
|
||||
.lightdm.button:focused,
|
||||
.lightdm.entry:focused {
|
||||
border-color: rgba(255, 255, 255, 0.1);
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
color: white; }
|
||||
|
||||
.lightdm.entry:selected {
|
||||
background-color: rgba(255, 255, 255, 0.8); }
|
||||
|
||||
.lightdm.entry:active {
|
||||
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
|
||||
animation: dashentry_spinner 1s infinite linear; }
|
||||
|
||||
.lightdm.option-button {
|
||||
padding: 2px;
|
||||
background: none;
|
||||
border: 0; }
|
||||
|
||||
.lightdm.toggle-button {
|
||||
background: none;
|
||||
border-width: 0; }
|
||||
.lightdm.toggle-button.selected {
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
border-width: 1px; }
|
||||
|
||||
@keyframes dashentry_spinner {
|
||||
to {
|
||||
-gtk-icon-transform: rotate(1turn); } }
|
||||
|
||||
.overlay-bar {
|
||||
background-color: #5294E2;
|
||||
border-color: #5294E2;
|
||||
|
@ -3557,6 +3557,87 @@ UnityPanelWidget,
|
||||
background-image: linear-gradient(to bottom, #5294E2);
|
||||
border-bottom: none; }
|
||||
|
||||
.lightdm.menu {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
border-color: rgba(255, 255, 255, 0.8);
|
||||
border-radius: 4px;
|
||||
padding: 1px;
|
||||
color: white; }
|
||||
|
||||
.lightdm-combo .menu {
|
||||
background-color: #404756;
|
||||
border-radius: 0px;
|
||||
padding: 0px;
|
||||
color: white; }
|
||||
|
||||
.lightdm.menu .menuitem *,
|
||||
.lightdm.menu .menuitem.check:active,
|
||||
.lightdm.menu .menuitem.radio:active {
|
||||
color: white; }
|
||||
|
||||
.lightdm.menubar {
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.5); }
|
||||
.lightdm.menubar > .menuitem {
|
||||
padding: 2px 6px; }
|
||||
|
||||
.lightdm-combo.combobox-entry .button,
|
||||
.lightdm-combo .cell,
|
||||
.lightdm-combo .button,
|
||||
.lightdm-combo .entry,
|
||||
.lightdm.button,
|
||||
.lightdm.entry {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
border-color: rgba(255, 255, 255, 0.4);
|
||||
border-radius: 10px;
|
||||
padding: 7px;
|
||||
color: white;
|
||||
text-shadow: none; }
|
||||
|
||||
.lightdm.button,
|
||||
.lightdm.button:hover,
|
||||
.lightdm.button:active,
|
||||
.lightdm.button:active:focused,
|
||||
.lightdm.entry,
|
||||
.lightdm.entry:hover,
|
||||
.lightdm.entry:active,
|
||||
.lightdm.entry:active:focused {
|
||||
background-image: none;
|
||||
border-image: none; }
|
||||
|
||||
.lightdm.button:focused,
|
||||
.lightdm.entry:focused {
|
||||
border-color: rgba(255, 255, 255, 0.1);
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
color: white; }
|
||||
|
||||
.lightdm.entry:selected {
|
||||
background-color: rgba(255, 255, 255, 0.8); }
|
||||
|
||||
.lightdm.entry:active {
|
||||
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
|
||||
animation: dashentry_spinner 1s infinite linear; }
|
||||
|
||||
.lightdm.option-button {
|
||||
padding: 2px;
|
||||
background: none;
|
||||
border: 0; }
|
||||
|
||||
.lightdm.toggle-button {
|
||||
background: none;
|
||||
border-width: 0; }
|
||||
.lightdm.toggle-button.selected {
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
border-width: 1px; }
|
||||
|
||||
@keyframes dashentry_spinner {
|
||||
to {
|
||||
-gtk-icon-transform: rotate(1turn); } }
|
||||
|
||||
.overlay-bar {
|
||||
background-color: #5294E2;
|
||||
border-color: #5294E2;
|
||||
|
@ -3561,6 +3561,87 @@ UnityPanelWidget,
|
||||
background-image: linear-gradient(to bottom, #5294E2);
|
||||
border-bottom: none; }
|
||||
|
||||
.lightdm.menu {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
border-color: rgba(255, 255, 255, 0.8);
|
||||
border-radius: 4px;
|
||||
padding: 1px;
|
||||
color: white; }
|
||||
|
||||
.lightdm-combo .menu {
|
||||
background-color: #fdfdfe;
|
||||
border-radius: 0px;
|
||||
padding: 0px;
|
||||
color: white; }
|
||||
|
||||
.lightdm.menu .menuitem *,
|
||||
.lightdm.menu .menuitem.check:active,
|
||||
.lightdm.menu .menuitem.radio:active {
|
||||
color: white; }
|
||||
|
||||
.lightdm.menubar {
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.5); }
|
||||
.lightdm.menubar > .menuitem {
|
||||
padding: 2px 6px; }
|
||||
|
||||
.lightdm-combo.combobox-entry .button,
|
||||
.lightdm-combo .cell,
|
||||
.lightdm-combo .button,
|
||||
.lightdm-combo .entry,
|
||||
.lightdm.button,
|
||||
.lightdm.entry {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
border-color: rgba(255, 255, 255, 0.4);
|
||||
border-radius: 10px;
|
||||
padding: 7px;
|
||||
color: white;
|
||||
text-shadow: none; }
|
||||
|
||||
.lightdm.button,
|
||||
.lightdm.button:hover,
|
||||
.lightdm.button:active,
|
||||
.lightdm.button:active:focused,
|
||||
.lightdm.entry,
|
||||
.lightdm.entry:hover,
|
||||
.lightdm.entry:active,
|
||||
.lightdm.entry:active:focused {
|
||||
background-image: none;
|
||||
border-image: none; }
|
||||
|
||||
.lightdm.button:focused,
|
||||
.lightdm.entry:focused {
|
||||
border-color: rgba(255, 255, 255, 0.1);
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
color: white; }
|
||||
|
||||
.lightdm.entry:selected {
|
||||
background-color: rgba(255, 255, 255, 0.8); }
|
||||
|
||||
.lightdm.entry:active {
|
||||
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
|
||||
animation: dashentry_spinner 1s infinite linear; }
|
||||
|
||||
.lightdm.option-button {
|
||||
padding: 2px;
|
||||
background: none;
|
||||
border: 0; }
|
||||
|
||||
.lightdm.toggle-button {
|
||||
background: none;
|
||||
border-width: 0; }
|
||||
.lightdm.toggle-button.selected {
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
border-width: 1px; }
|
||||
|
||||
@keyframes dashentry_spinner {
|
||||
to {
|
||||
-gtk-icon-transform: rotate(1turn); } }
|
||||
|
||||
.overlay-bar {
|
||||
background-color: #5294E2;
|
||||
border-color: #5294E2;
|
||||
|
@ -3561,6 +3561,87 @@ UnityPanelWidget,
|
||||
background-image: linear-gradient(to bottom, #5294E2);
|
||||
border-bottom: none; }
|
||||
|
||||
.lightdm.menu {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
border-color: rgba(255, 255, 255, 0.8);
|
||||
border-radius: 4px;
|
||||
padding: 1px;
|
||||
color: white; }
|
||||
|
||||
.lightdm-combo .menu {
|
||||
background-color: rgba(253, 253, 254, 0.95);
|
||||
border-radius: 0px;
|
||||
padding: 0px;
|
||||
color: white; }
|
||||
|
||||
.lightdm.menu .menuitem *,
|
||||
.lightdm.menu .menuitem.check:active,
|
||||
.lightdm.menu .menuitem.radio:active {
|
||||
color: white; }
|
||||
|
||||
.lightdm.menubar {
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.5); }
|
||||
.lightdm.menubar > .menuitem {
|
||||
padding: 2px 6px; }
|
||||
|
||||
.lightdm-combo.combobox-entry .button,
|
||||
.lightdm-combo .cell,
|
||||
.lightdm-combo .button,
|
||||
.lightdm-combo .entry,
|
||||
.lightdm.button,
|
||||
.lightdm.entry {
|
||||
background-image: none;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
border-color: rgba(255, 255, 255, 0.4);
|
||||
border-radius: 10px;
|
||||
padding: 7px;
|
||||
color: white;
|
||||
text-shadow: none; }
|
||||
|
||||
.lightdm.button,
|
||||
.lightdm.button:hover,
|
||||
.lightdm.button:active,
|
||||
.lightdm.button:active:focused,
|
||||
.lightdm.entry,
|
||||
.lightdm.entry:hover,
|
||||
.lightdm.entry:active,
|
||||
.lightdm.entry:active:focused {
|
||||
background-image: none;
|
||||
border-image: none; }
|
||||
|
||||
.lightdm.button:focused,
|
||||
.lightdm.entry:focused {
|
||||
border-color: rgba(255, 255, 255, 0.1);
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
color: white; }
|
||||
|
||||
.lightdm.entry:selected {
|
||||
background-color: rgba(255, 255, 255, 0.8); }
|
||||
|
||||
.lightdm.entry:active {
|
||||
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
|
||||
animation: dashentry_spinner 1s infinite linear; }
|
||||
|
||||
.lightdm.option-button {
|
||||
padding: 2px;
|
||||
background: none;
|
||||
border: 0; }
|
||||
|
||||
.lightdm.toggle-button {
|
||||
background: none;
|
||||
border-width: 0; }
|
||||
.lightdm.toggle-button.selected {
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
border-width: 1px; }
|
||||
|
||||
@keyframes dashentry_spinner {
|
||||
to {
|
||||
-gtk-icon-transform: rotate(1turn); } }
|
||||
|
||||
.overlay-bar {
|
||||
background-color: #5294E2;
|
||||
border-color: #5294E2;
|
||||
|
@ -57,3 +57,102 @@ UnityPanelWidget,
|
||||
background-image: linear-gradient(to bottom, $selected_bg_color);
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
// Unity Greeter
|
||||
.lightdm.menu {
|
||||
background-image: none;
|
||||
background-color: transparentize(black, 0.6);
|
||||
border-color: transparentize(white, 0.2);
|
||||
border-radius: 4px;
|
||||
padding: 1px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.lightdm-combo .menu {
|
||||
background-color: lighten($header_bg, 8);
|
||||
border-radius: 0px;
|
||||
padding: 0px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.lightdm.menu .menuitem *,
|
||||
.lightdm.menu .menuitem.check:active,
|
||||
.lightdm.menu .menuitem.radio:active {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.lightdm.menubar {
|
||||
color: transparentize(white, 0.2);
|
||||
background-image: none;
|
||||
background-color: transparentize(black, 0.5);
|
||||
|
||||
& > .menuitem {
|
||||
padding: 2px 6px;
|
||||
}
|
||||
}
|
||||
|
||||
.lightdm-combo.combobox-entry .button,
|
||||
.lightdm-combo .cell,
|
||||
.lightdm-combo .button,
|
||||
.lightdm-combo .entry,
|
||||
.lightdm.button,
|
||||
.lightdm.entry {
|
||||
background-image: none;
|
||||
background-color: transparentize(black, 0.7);
|
||||
border-color: transparentize(white, 0.6);
|
||||
border-radius: 10px;
|
||||
padding: 7px;
|
||||
color: white;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.lightdm.button,
|
||||
.lightdm.button:hover,
|
||||
.lightdm.button:active,
|
||||
.lightdm.button:active:focused,
|
||||
.lightdm.entry,
|
||||
.lightdm.entry:hover,
|
||||
.lightdm.entry:active,
|
||||
.lightdm.entry:active:focused {
|
||||
background-image: none;
|
||||
border-image: none;
|
||||
}
|
||||
|
||||
.lightdm.button:focused,
|
||||
.lightdm.entry:focused {
|
||||
border-color: transparentize(white, 0.9);
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.lightdm.entry:selected {
|
||||
background-color: transparentize(white, 0.2);
|
||||
}
|
||||
|
||||
.lightdm.entry:active {
|
||||
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
|
||||
animation: dashentry_spinner 1s infinite linear;
|
||||
}
|
||||
|
||||
.lightdm.option-button {
|
||||
padding: 2px;
|
||||
background: none;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.lightdm.toggle-button {
|
||||
background: none;
|
||||
border-width: 0;
|
||||
|
||||
&.selected {
|
||||
background-color: transparentize(black, 0.3);
|
||||
border-width: 1px;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes dashentry_spinner {
|
||||
to {
|
||||
-gtk-icon-transform: rotate(1turn);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user