-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathholo-hc-light-widgets.css
55 lines (51 loc) · 2.29 KB
/
holo-hc-light-widgets.css
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
/* Honeycomb Holo Light styles for widgets
* Part of the Holo Web CSS library
*
* Copyright 2012-2015 Zachary Yaro
* Released under the MIT license
* http://holo.zmyaro.com/LICENSE.txt
*/
.actionBar, .holo-actionBar {
background-color: #EFEFEF;
}
.actionBar button:focus, .holo-actionBar button:focus,
.actionBar *[role="button"]:focus, .holo-actionBar *[role="button"]:focus {
background-color: transparent;
outline-color: #99C045;
}
.actionBar button:enabled:active, .holo-actionBar button:enabled:active,
.actionBar *[role="button"]:active, .holo-actionBar *[role="button"]:active,
.actionBar button:enabled.active, .holo-actionBar button:enabled.active,
.actionBar *[role="button"].active, .holo-actionBar *[role="button"].active {
background-color: #A6C5F3;
background-color: rgba(0, 102, 255, 0.3);
outline-color: transparent;
}
.actionBar .holo-title, .holo-actionBar .holo-title {
padding-left: 24px;
}
.actionBar .holo-title.holo-up, .holo-actionBar .holo-title.holo-up {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAXCAQAAAC7KEemAAABlUlEQVQ4y43US2sTURiH8d+ZSVpMKl5Q1BTRrKQVqhhw48KFuBLpF/ArChVXgtCdu2JRBBWUWi9B1EKJudrkuJhk0kkieDbnzMv7zPv8D8MEc6sxOZSUEJV0RHbGxX+1L3mkpq/qpSeCmJUTi1aC+9akzmh7zuT9c0Ajq41cd0cLQ4+1BbGxCGhAMHLaQ0NRxbaPkmmCAtCYHjed0lfxzrZgNGtbfI7uWtexpGVrEnVnHsh16u7pCsqeOijqHAPG7dEJmxJHql54LTEqtudAXnzgkp6qfc8o2s9OCKLbGtrKWrYMhKL9bOiIW4iWfPF13j5babY11QK+uyE4csGBpkSsaS4GxqEPRev6EnVvdARmkTFQy7Zgz2UXda04ZzdLUUSmShnAZxuW9a0a+JQlWQDkSKLjtw1Hhuo+OJzVSqdsU40oaDrrip5lq3YNi1rp8UC51p41J/WcV/a+qFUAcq2Bn26KBq765sfxC06LtzzWSvxSds0fqbpX+sLOogm5VsS+VSvaKqreCpMJ4T/+Gqnu9DP5Cw1RhJK3akMTAAAAAElFTkSuQmCC);
background-position: 0 12px;
}
.holo-list li {
border-color: #D3D3D3;
border-color: rgba(128, 128, 128, 0.25);
}
.holo-list li button:focus,
.holo-list li *[role="button"]:focus {
background-color: transparent;
-webkit-box-shadow: inset 0 0 0 2px #99C045;
-moz-box-shadow: inset 0 0 0 2px #99C045;
box-shadow: inset 0 0 0 2px #99C045;
}
.holo-list li button:enabled:active,
.holo-list li *[role="button"]:active,
.holo-list li button:enabled.active,
.holo-list li *[role="button"].active {
background-color: #A6C5F3;
background-color: rgba(0, 102, 255, 0.3);
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}