forked from thesamim/TickTickSync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
52 lines (40 loc) · 898 Bytes
/
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
.cm-line:not(:hover):not(.cm-active) span.cm-comment:not(.cm-hmd-codeblock):not(.cm-templater-command) {
display: none;
}
.ts_button {
margin-top: 1rem;
cursor: pointer;
}
button.ts_button[disabled] {
opacity: 0.3;
background-color: unset !important;
color: unset !important;
box-shadow: var(--input-shadow);
}
button.ts_button[disabled]:hover {
background-color: unset !important;
color: unset !important;
box-shadow: var(--input-shadow);
}
.project-table-table{
width: 100%;
margin-bottom: 10px;
font-size: 0.9rem;
border: 2px solid var(--background-secondary);
border-radius: 5px;
padding: 10px;
border-collapse: collapse;
}
.project-table-border{
border: 2px solid var(--background-secondary);
padding: 10px;
}
/*
.cm-line span.cm-comment {
display: none;
}
.cm-line.cm-active span.cm-comment,
.cm-line:hover span.cm-comment {
display: inline-block;
}
*/