-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy pathstuff.css
More file actions
23 lines (23 loc) · 718 Bytes
/
stuff.css
File metadata and controls
23 lines (23 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.dark #status-indicators,
.dark #status-indicators div:not(#status-inspection),
.dark #status-info,
.dark #status-indicators{
background: transparent;
color: inherit;
}
.CodeMirror-activeline-background {
background: none;
}
#working-set-header {
text-shadow: none;
}
.sidebar-selection-extension, .filetree-selection-extension { /* weird extension of the selected filename - disable styling so we can style by using .sidebar-selection and won't have to target these as well */
background: transparent;
border: none;
}
.working-set-header, .working-set-header>span {
background: transparent;
}
.inline-widget .CodeMirror-scroll .CodeMirror-linenumbers {
background-color: transparent;
}