This repository has been archived by the owner on Jul 17, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathstyles.css
99 lines (80 loc) · 1.3 KB
/
styles.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
/*
* Custom preview-mode rendering
*/
.slated-task-icon {
height: 17px;
width: 17px;
margin-left: 5px;
margin-right: 6px;
position: relative;
top: 3px;
fill: var(--text-muted);
stroke: var(--text-muted);
}
/*
* Slated Task View
*/
.slated-task-view-filter-icon {
height: 20px;
width: 20px;
margin-left: 5px;
margin-right: 6px;
position: relative;
top: 3px;
fill: var(--text-on-accent);
stroke: var(--text-on-accent);
}
.slated-task-view-filter-button {
padding: 8px 5px;
}
/*
* Task Repetition Modal
*/
.slated-modal input {
border-radius: 0.5em;
padding: 19px 14px;
}
#slated-interval-selector {
width: 60px;
}
#slated-frequency-selector {
width: 103px;
}
#slated-onthe-selector {
width: 60px;
}
.slated-months-btn-group button {
padding: 6px 8px;
margin: 3px 6px 3px 0;
}
.slated-days-btn-group button {
padding: 6px 8px;
margin: 3px 6px 3px 0;
}
#slated-selected-weeks ul {
list-style: none;
}
#slated-repetition-preview {
width: 100%;
}
#slated-save-repetition-config {
margin-top: 3px;
}
/*
* Task Move Modal
*/
.slated-move-option label {
color: var(--text-muted);
font-size: small;
}
/*
* Donate - in Settings
*/
.slated-donation {
width: 70%;
margin: 0 auto;
text-align: center;
}
.slated-donate-button {
margin: 10px;
}