forked from kjoconnor/cloudwatch-livegraph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
54 lines (47 loc) · 840 Bytes
/
style.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
p, input, select, body {
margin: 2px 2px 8px 2px;
font-size: 8pt;
font-family: Verdana;
}
hr {
}
#thedialog {
height: 800px;
min-height: 400px;
}
.toolbox {
font-family: sans-serif;
font-size: 13px;
opacity: .25;
background-color: #d2d2f6;
position: fixed;
right: 0px;
top: 0px;
border-color: #c2c2c2;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-width: 0px;
border-right-width: 0px;
border-style: solid;
border-bottom-left-radius: 4px;
padding-bottom: 3px;
-webkit-transition: opacity .2s ease-out;
cursor: default;
-webkit-user-select: none;
padding-left: 2px;
}
.toolbox:hover {
opacity: 1;
}
.toolbox > * {
padding-left: 3px;
padding-right: 3px;
}
.toolbox > a {
padding-left: 5px;
}
.toolbox > img {
height: 14px;
vertical-align: bottom;
cursor: pointer;
}