-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwhitenoise-junk.css
76 lines (71 loc) · 1.73 KB
/
whitenoise-junk.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
/* Custom mobile sync indicator */
.MobileHeader-moreOption {
display: none !important;
}
.is-moreOptionsOpen .MobileHeader-moreOption {
display: block !important;
}
.MobileHeader-moreOptions {
display: block;
top: -1px;
left: 40px;
right: auto;
background: transparent;
box-shadow: none;
}
.is-moreOptionsOpen .MobileHeader-moreOptions {
top: 5px;
left: auto;
right: 5px;
background: var(--gray-9);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.MobileHeader-moreOption--saveNow {
display: block !important;
color: var(--yellow);
}
.MobileHeader-moreOption--saved.is-disabled,
.MobileHeader-moreOption--synced.is-disabled {
display: block !important;
color: var(--green);
}
.MobileHeader-moreOption--saveNow[style*='display: none'],
.MobileHeader-moreOption--saved[style*='display: none'],
.MobileHeader-moreOption--synced[style*='display: none'] {
display: none !important;
}
/* Whitenoise ADD: Begin */
.Node-checkbox:hover {
border: 1px solid var(--gray-3);
}
/* Whitenoise ADD: END */
.node-link {
color: var(--yellow);
text-decoration: none;
}
.node-link:hover {
/*text-decoration: underline;*/
}
.MobileHeader-searchbar,
.finder-mobile-header-searchbar,
.node-mover-mobile-header-searchbar {
box-shadow: none;
color: var(--gray-3);
background: var(--gray-9);
border-bottom: 1px solid var(--gray-6);
}
.MobileHeader-searchbar:focus,
.finder-mobile-header-searchbar:focus,
.node-mover-mobile-header-searchbar:focus {
border-bottom: 1px solid var(--gray-6);
}
/*
.pane-item.DocumentItem.is-open > .pane-item-header .pane-item-icon {
color: var(--yellow);
}
*/
/*
.search-ui-container .Node .has-hover {
background-color: var(--gray-6);
}
*/