summaryrefslogtreecommitdiff
path: root/Redcore-daylight/gtk-3.0/apps/lightdm-unity-greeter.css
blob: c0dd6f8ae48117101e52d33e3c21fd73304b6a2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
.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;
}