forked from taicki/omnibox-timer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
options.css
89 lines (77 loc) · 1.21 KB
/
options.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
body {
width: 640px;
margin-left: auto;
margin-right: auto;
font-size: 14px;
}
img.title {
width: 32px;
float: left;
padding-right: 10px;
padding-left: 10px;
}
h1 {
font-size: 22px;
}
h2 {
background: rgba(10, 10, 10, 0.6);
font-size: 16px !important;
padding: 5px;
padding-left: 20px;
color: white;
font-weight: normal;
box-shadow: 1px 1px 5px grey;
cursor: pointer;
}
h2:hover {
opacity: 0.6;
}
table {
width: 90%;
}
td {
text-align: center;
}
tr {
background: rgba(220, 220, 220, 0.3);
}
tr:nth-child(1) {
background: lightgray;
}
tr.ongoing, tr.snoozed {
background: rgba(0, 200, 0, 0.2);
}
tr.reached {
background: rgba(200, 0, 200, 0.2);
}
tr td.remove-button {
background: pink;
cursor: pointer;
}
tr td.remove-button:hover {
opacity: 0.8;
}
#clear-button {
color: brown;
background: rgba(200, 200, 200, 0.8);
padding-left: 5px;
padding-right: 5px;
cursor: pointer;
}
.opt-label {
color: brown;
font-size: 16px;
}
li {
margin-top: 10px;
}
#flash {
position: fixed;
bottom: 0px;
right: 0px;
background: lightgreen;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 3px;
color: #888;
}/*# sourceMappingURL=options.css.map */