Added some small UI tweaks for tridactyl theme.

This commit is contained in:
James Patrick 2019-12-16 11:28:05 -05:00
parent 3b9211202a
commit bf6d81e958
1 changed files with 9 additions and 8 deletions

View File

@ -129,19 +129,20 @@
.TridactylStatusIndicator {
background: var(--tridactyl-bg) !important;
border: 1px var(--base0B) solid !important;
border: 1px var(--tridactyl-bg) solid !important;
color: var(--base0B);
border: unset !important;
bottom: 0 !important;
font-size: 12pt !important;
font-size: 10pt !important;
padding: 0.8ex !important;
position: fixed !important;
}
/* /\* #Ocean-normal { *\/ */
/* /\* border-color: green !important; *\/ */
/* /\* } *\/ */
.TridactylModeignore{
background: var(--base0A) !important;
border: 1px var(--base0A) solid !important;
color: var(--tridactyl-of-fg) !important;
}
/* /\* #Ocean-insert { *\/ */
/* /\* border-color: yellow !important; *\/ */
/* /\* } *\/ */
.TridactylModenormal{
}