-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathShowTimerReminderEdit.css
More file actions
68 lines (56 loc) · 1.01 KB
/
ShowTimerReminderEdit.css
File metadata and controls
68 lines (56 loc) · 1.01 KB
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
input {
font-family: monospace;
}
#fetchmsg, #commitmsg {
color: red;
background: black;
}
.loctime {
color: yellow;
background: darkmagenta;
font-family: monospace;
}
.alteredReminder {
background: darkred;
}
.reminderentry {
border: 2px solid white;
margin-top: 5px;
margin-bottom: 5px;
padding-left: 8px;
padding-right: 8px;
padding-top: 5px;
}
.actionButtons {
background: black;
margin-top: 1em;
margin-bottom: 1em;
padding: 5px;
border: 1px dashed;
}
.undoAvail {
background: yellow;
}
#getbackup:checked {
color: red;
background: black;
}
/* "remindproto" is a prototype block of break entry nodes.
Clone it recursively, optionally set its default values, and insert
it (say, appendChild()) into the page
*/
#remindproto {
display: none;
}
span[name="beginerr"] {
color: red;
background: black;
}
button[name="rm"] {
color: black;
background: red;
}
#export {
color: black;
background: palegoldenrod;
}