~ubuntu-branches/ubuntu/wily/ubuntu-themes/wily

« back to all changes in this revision

Viewing changes to Radiance/gtk-3.0/apps/unity-greeter.css

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Lars Uebernickel
  • Date: 2015-01-28 07:23:33 UTC
  • mfrom: (1.1.50)
  • Revision ID: package-import@ubuntu.com-20150128072333-ki9epcgrzswwi1xh
Tags: 14.04+15.04.20150128-0ubuntu1
[ Lars Uebernickel ]
Set and animate spinner icon for password entry in unity-greeter and
sound menu's playback item.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.lightdm.menu {
 
2
    background-image: none;
 
3
    background-color: alpha (black, 0.6);
 
4
    border-color: alpha (white, 0.2);
 
5
    border-radius: 4px;
 
6
    padding: 1px;
 
7
 
 
8
    color: white;
 
9
}
 
10
 
 
11
.lightdm-combo .menu {
 
12
    background-color: shade (@dark_bg_color, 1.08);
 
13
    border-radius: 0px;
 
14
    padding: 0px;
 
15
 
 
16
    color: white;
 
17
}
 
18
 
 
19
.lightdm.menu .menuitem *,
 
20
.lightdm.menu .menuitem.check:active,
 
21
.lightdm.menu .menuitem.radio:active {
 
22
    color: white;
 
23
}
 
24
 
 
25
.lightdm.menubar {
 
26
    background-image: none;
 
27
    background-color: alpha (black, 0.5);
 
28
}
 
29
 
 
30
.lightdm-combo.combobox-entry .button,
 
31
.lightdm-combo .cell,
 
32
.lightdm-combo .button,
 
33
.lightdm-combo .entry,
 
34
.lightdm.button,
 
35
.lightdm.entry {
 
36
    background-image: none;
 
37
    background-color: alpha (black, 0.3);
 
38
    border-color: alpha (white, 0.6);
 
39
    border-radius: 5px;
 
40
    padding: 7px;
 
41
 
 
42
    color: white;
 
43
    text-shadow: none;
 
44
}
 
45
 
 
46
.lightdm.button,
 
47
.lightdm.button:hover,
 
48
.lightdm.button:active,
 
49
.lightdm.button:active:focused,
 
50
.lightdm.entry,
 
51
.lightdm.entry:hover,
 
52
.lightdm.entry:active,
 
53
.lightdm.entry:active:focused {
 
54
    background-image: none;
 
55
    border-image: none;
 
56
}
 
57
 
 
58
.lightdm.button:focused,
 
59
.lightdm.entry:focused {
 
60
    border-color: alpha (white, 0.9);
 
61
    border-width: 1px;
 
62
    border-style: solid;
 
63
 
 
64
    color: white;
 
65
}
 
66
 
 
67
.lightdm.entry:selected {
 
68
    background-color: alpha (white, 0.2);
 
69
}
 
70
 
 
71
@keyframes dashentry_spinner {
 
72
    to { -gtk-icon-transform: rotate(1turn); }
 
73
}
 
74
 
 
75
.lightdm.entry:active {
 
76
    -gtk-icon-source: -gtk-icontheme("process-working-symbolic");
 
77
    animation: dashentry_spinner 1s infinite linear;
 
78
}