-
Notifications
You must be signed in to change notification settings - Fork 13
/
_side-bar.css
79 lines (72 loc) · 2.56 KB
/
_side-bar.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
#sidebar-search-container,
#bookmarks-view,
#historyTree,
[lwt-sidebar] {
background-color: var(--moonlight-gray-2) !important;
color: var(--moonlight-gray-10) !important;
}
#sidebar-splitter {
border-color: var(--moonlight-gray-1) !important;
}
#sidebar-box {
background-color: var(--moonlight-gray-2) !important;
color: var(--moonlight-gray-10) !important;
}
#sidebar-box #sidebar-header {
border: none !important;
}
#sidebar-box #sidebar-header #sidebar-switcher-target {
transition: color 300ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
#sidebar-box #sidebar-header #sidebar-switcher-target:hover,
#sidebar-box #sidebar-header #sidebar-switcher-target.active {
color: var(--moonlight-blue) !important;
}
#sidebar-box #sidebar-header #sidebar-close {
fill-opacity: 0 !important;
color: var(--moonlight-gray-7) !important;
transition: color 300ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
#sidebar-box #sidebar-header #sidebar-close:hover {
fill-opacity: 0 !important;
color: var(--moonlight-gray-10) !important;
}
#sidebar-header {
/* border: none !important; */
border-color: var(--moonlight-gray-1) !important;
}
#sidebar-search-container #search-box {
-moz-appearance: none !important;
background-color: var(--moonlight-gray-4) !important;
border: 1px solid var(--moonlight-gray-1) !important;
color: var(--moonlight-gray-10) !important;
border-radius: 3px !important;
transition: background-color, border-color 300ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
#sidebar-search-container #search-box:focus-within {
border-color: var(--moonlight-blue) !important;
background-color: var(--moonlight-gray-3) !important;
}
#sidebar-search-container #search-box .textbox-search-clear {
filter: invert(16%) sepia(23%) saturate(1040%) hue-rotate(193deg) brightness(94%) contrast(86%);
}
#sidebar-search-container #viewButton {
background-color: var(--moonlight-gray-4) !important;
border: 1px solid var(--moonlight-gray-1);
border-radius: 3px !important;
color: var(--moonlight-gray-10);
transition: background-color, border-color 300ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
#sidebar-search-container #viewButton:hover {
background-color: var(--moonlight-gray-5) !important;
border-color: var(--moonlight-blue) !important;
color: var(--moonlight-blue) !important;
}
treechildren::-moz-tree-separator{
-moz-appearance: none !important;
border: none !important;
border-bottom: solid 1px var(--moonlight-gray-1) !important;
background: transparent !important;
min-height: 0px !important;
max-height: 0px !important;
}