-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathjquery-ui_2.css
124 lines (106 loc) · 2.19 KB
/
jquery-ui_2.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
/* line 1, scss/modules/_general.scss */
body {
background-color: #ff6600;
text-align: left;
font-family: Tahoma, verdana, arial, helvetica, sans-serif;
font-size: 0.8em;
}
div
{
display: inline-block;
}
ul {
background-color: #ff6600;
}
li {
list-style-type: none;
background-color: #e36200;
border:none;
padding: 4px;
margin-bottom: 9px;
background-clip: content-box, border-box;
}
/* line 13, scss/modules/_general.scss */
#container {
border:none;
height: 150px;
opacity: 1;
width: 220px;
}
#logo {
width: 100%;
margin: 5px 0 0 0;
}
#footer {
width: 100%;
margin-top: 18px;
}
#logo img, #footer img {
display: block;
margin: 0 auto 0 auto;
}
/* line 10, scss/popup/_actions-main.scss */
ul {
background-color: #e36200;
border:none;
background-clip: content-box, padding-box;
margin-top: 4px;
}
.actions-main li {
background-color: #f6f6f6;
position: relative;
border-radius: 5px;
box-shadow: 1px 1px 3px #aa5d1b;
background-color: #f6f6f6;
background-clip: padding-box;
}
/* line 47, scss/popup/_actions-main.scss */
.actions-main a {
cursor: pointer;
display: block;
padding: 0.9em 0 0.8em 2.5em;
color: #262626;
position: relative;
text-decoration: none;
z-index: 1;
}
/* line 57, scss/popup/_actions-main.scss */
.actions-main a:hover, .actions-main a:focus {
background-color: #f9f8fb;
box-shadow: inset 0 1px 4px rgba(105, 105, 105, 0.1);
color: #000;
outline: none;
}
/* line 2, scss/popup/_actions-secondary.scss */
.actions-main {
background-color: #ff6600;
padding: 0.35em 0.6em 0.35em 0.6em;
border:none;
background-clip: content-box, padding-box;
}
/* line 16, scss/modules/_utils.scss */
.actions-main:after {
clear: both;
content: "";
display: block;
}
.balance-main {
cursor: pointer;
}
.balance-main, .address-main, .qr-main, .threshold-main {
color: #ff6600;
border:none;
background-clip: content-box, border-box, padding-box;
}
.history {
color: #ff6600;
font-size: 11px;
}
#balance, #address {
color: #333333;
font-size: 11px;
}
#pay-limit {
margin-left: 5px;
width: 5em;
}