-
Notifications
You must be signed in to change notification settings - Fork 0
/
popup.css
67 lines (56 loc) · 797 Bytes
/
popup.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
body{
margin: 0px;
background-size: 150px auto;
background-repeat: no-repeat;
background-position: center;
width: 250px;
font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:13px;
color: #717171;
}
.logoRow
{
padding:3px 0px 3px 10px;
}
.logoRow a
{
text-decoration: none;
color: #717171;
}
.logoRow span
{
font-size:15px;
top:-5px;
position:relative;
}
.divider
{
width:100%;
height:1px;
background-color:#e0e4e8;
margin-top:3px;
margin-bottom:3px;
}
#options
{
padding-left:10px;
}
#options label
{
cursor: pointer;
display: block;
}
input[type="checkbox"]
{
margin:5px 8px 5px 0;
vertical-align: bottom;
top:4px;
position:relative;
}
input[type="checkbox"]:checked + span
{
font-weight: bold;
}
#UnreadMessages
{
}