Added some small UI tweaks for tridactyl theme.
This commit is contained in:
parent
3b9211202a
commit
bf6d81e958
|
@ -129,19 +129,20 @@
|
||||||
|
|
||||||
.TridactylStatusIndicator {
|
.TridactylStatusIndicator {
|
||||||
background: var(--tridactyl-bg) !important;
|
background: var(--tridactyl-bg) !important;
|
||||||
border: 1px var(--base0B) solid !important;
|
border: 1px var(--tridactyl-bg) solid !important;
|
||||||
color: var(--base0B);
|
color: var(--base0B);
|
||||||
border: unset !important;
|
border: unset !important;
|
||||||
bottom: 0 !important;
|
bottom: 0 !important;
|
||||||
font-size: 12pt !important;
|
font-size: 10pt !important;
|
||||||
padding: 0.8ex !important;
|
padding: 0.8ex !important;
|
||||||
position: fixed !important;
|
position: fixed !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* /\* #Ocean-normal { *\/ */
|
.TridactylModeignore{
|
||||||
/* /\* border-color: green !important; *\/ */
|
background: var(--base0A) !important;
|
||||||
/* /\* } *\/ */
|
border: 1px var(--base0A) solid !important;
|
||||||
|
color: var(--tridactyl-of-fg) !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* /\* #Ocean-insert { *\/ */
|
.TridactylModenormal{
|
||||||
/* /\* border-color: yellow !important; *\/ */
|
}
|
||||||
/* /\* } *\/ */
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user