-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathearhorn.css
48 lines (38 loc) · 1004 Bytes
/
earhorn.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
html { height: 100%; }
body {
font-size: 1em;
height: 100%;
box-sizing: border-box;
color: #555;
}
main { height: 100%; }
a { color: #555; }
a:hover { color: black; }
.icon { height: 1em; width: 0.5em; opacity: 0.5; color: #333; }
.icon:not(.active) { cursor: pointer; }
.icon { margin: 5px }
.icon:hover { opacity: 0.7; }
.icon:active, .icon.active { opacity: 1; }
.disabled.icon { opacity: 0.4; cursor: default; }
select, button {
height: 1.5em;
border-radius: 7.5px;
-moz-border-radius: 7.5px;
-webkit-border-radius: 7.5px;
-ms-border-radius: 7.5px;
color: #555;
border: 1px solid #555;
background-color: #eee;
-webkit-appearance: button-arrow-down;
padding: 0em 0.5em;
}
select:focus {
outline: none;
box-shadow: 0px 0px 1px 1px #555;
}
input[type=range]::-ms-tooltip { display: none; }
button:hover { }
button:active { border: 2px solid #555; }
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
}