adding new tridactyl css
This commit is contained in:
parent
6eba4de3c9
commit
eabac7dcfa
7 changed files with 197 additions and 33 deletions
|
@ -36,46 +36,45 @@
|
|||
}
|
||||
|
||||
#command-line-holder { order: 1;
|
||||
/*border: 2px solid var(--base0B);*/
|
||||
color: var(--tridactyl-bg);
|
||||
/*border: 2px solid var(--base0B);*/
|
||||
color: var(--tridactyl-bg);
|
||||
}
|
||||
|
||||
#tridactyl-input { padding: 1rem;
|
||||
color: var(--tridactyl-fg);
|
||||
width: 90%;
|
||||
font-size: 1.5rem;
|
||||
line-height: 1.5;
|
||||
background: var(--tridactyl-bg);
|
||||
opacity: 0.85;
|
||||
padding-left: unset;
|
||||
padding: 1rem;
|
||||
#tridactyl-input { color: var(--tridactyl-fg);
|
||||
width: 90%;
|
||||
font-size: 1.3rem;
|
||||
line-height: 1.5;
|
||||
background: var(--tridactyl-bg);
|
||||
opacity: 0.85;
|
||||
padding-left: unset;
|
||||
padding: 0.4rem;
|
||||
}
|
||||
|
||||
#completions table { font-size: 1.0rem;
|
||||
font-weight: 500;
|
||||
border-spacing: 0;
|
||||
table-layout: fixed;
|
||||
padding: 1rem;
|
||||
padding-top: 0.2rem;
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
|
||||
#completions table { font-size: 0.8rem;
|
||||
font-weight: 200;
|
||||
border-spacing: 0;
|
||||
table-layout: fixed;
|
||||
padding: 1rem;
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
|
||||
#completions > div { max-height: calc(20 * var(--option-height));
|
||||
min-height: calc(10 * var(--option-height));
|
||||
#completions > div { max-height: calc(30 * var(--option-height));
|
||||
min-height: calc(10 * var(--option-height));
|
||||
}
|
||||
|
||||
/* COMPLETIONS */
|
||||
|
||||
#completions { --option-height: 1.4em;
|
||||
color: var(--tridactyl-fg);
|
||||
background: var(--tridactyl-bg);
|
||||
display: inline-block;
|
||||
font-size: unset;
|
||||
font-weight: 200;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
border-top: unset;
|
||||
order: 2;
|
||||
color: var(--tridactyl-fg);
|
||||
background: var(--tridactyl-bg);
|
||||
display: inline-block;
|
||||
font-size: unset;
|
||||
font-weight: 600 !important;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
border-top: unset;
|
||||
order: 2;
|
||||
}
|
||||
|
||||
/* Olie doesn't know how CSS inheritance works */
|
||||
|
@ -137,7 +136,7 @@
|
|||
border: 1px var(--base0D) solid !important;
|
||||
font-size: 7pt !important;
|
||||
/*font-weight: 200 !important;*/
|
||||
padding: 0.1ex !important;
|
||||
padding: 0.7ex !important;
|
||||
}
|
||||
|
||||
#completions .focused { background: var(--base0B);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue