-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathholo-hc-dark-widgets.css
55 lines (51 loc) · 2.27 KB
/
holo-hc-dark-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 Dark 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: black;
}
.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: #3F4661;
background-color: rgba(166, 185, 255, 0.38);
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,iVBORw0KGgoAAAANSUhEUgAAABgAAAAXCAQAAAC7KEemAAABgklEQVQ4y43Uy2tTURDH8c+5eWASio+dQheutLoRDYIICr4WiuYf8F8UqqWCIC0iuLrYhZuK4MLHRlCEmKQpzT0uktzk3puKs5ozzO/Md+YMJ6hYOnfq6ojqhiLdWfC49Kanzhnr2PNcEKfhxCpLcN+GmtMGXjO/vyJIp7HMZTf1MfHMQBDTVYIUgswpj01Ebbs+SxYdFATpwu05aazto11BVqYtnqPbLhlq6tuct9qtCnKc8+4aCRq2/CriLAlm6VFLT+JIxzsfJLJiei7Ig4+cdaDji1cU6csVgui6awYa+jYdCkX6ctMRVxE1ffO9Sl9GCth2qObABVdkksKoK0hR8NWOlkzmoTMyoSpZfocoeGNf29iaJysedMWUeOGPpqENt8TqcuaB7rRG4qeXGoKRO9arWEs3dCET7Hmv7UhDT3O6HOmxuzS1bT+cMLLuQTmncMixhrZQM3DDxeKASxVmWIlP3uoI6FmTCd1/ImXYsW/it5Z7y12E//g1akaLNfkLMmx3/EyfjTYAAAAASUVORK5CYII=);
background-position: 0 12px;
}
.holo-list li {
border-color: #202020;
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: #3F4661;
background-color: rgba(166, 185, 255, 0.38);
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}