Formatting.
This commit is contained in:
parent
40d8b3fdf3
commit
3a9d08eea1
|
@ -1,4 +1,5 @@
|
||||||
:root { /* Onedark by Chris Kempson (http://chriskempson.com) */
|
:root {
|
||||||
|
/* Onedark by Chris Kempson (http://chriskempson.com) */
|
||||||
--base00: #282c34;
|
--base00: #282c34;
|
||||||
--base01: #353b45;
|
--base01: #353b45;
|
||||||
--base02: #3e4451;
|
--base02: #3e4451;
|
||||||
|
@ -99,7 +100,11 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#completions table tr td.prefix,#completions table tr td.privatewindow,#completions table tr td.container,#completions table tr td.icon { display: none;
|
#completions table tr td.prefix,
|
||||||
|
#completions table tr td.privatewindow,
|
||||||
|
#completions table tr td.container,
|
||||||
|
#completions table tr td.icon {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#completions .BufferCompletionSource table {
|
#completions .BufferCompletionSource table {
|
||||||
|
@ -123,7 +128,8 @@
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#cmdline_iframe { position: fixed !important;
|
#cmdline_iframe {
|
||||||
|
position: fixed !important;
|
||||||
box-shadow: rgba(0, 0, 0, 0.5) 20px !important;
|
box-shadow: rgba(0, 0, 0, 0.5) 20px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -143,6 +149,3 @@
|
||||||
border: 1px var(--base0A) solid !important;
|
border: 1px var(--base0A) solid !important;
|
||||||
color: var(--tridactyl-of-fg) !important;
|
color: var(--tridactyl-of-fg) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.TridactylModenormal{
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user