style(webui): Selector options have unified font size/weight, shadow

feat/tables
Tomáš Mládek 2024-02-17 17:06:08 +01:00
parent 656dc23bfb
commit afe0b858b6
1 changed files with 5 additions and 0 deletions

View File

@ -533,6 +533,11 @@
width: 100%;
border-radius: 4px;
background: var(--background);
box-shadow: 0.2em 0.2em 0.5em rgba(0, 0, 0, 0.3);
// reset
font-size: 1rem;
font-weight: normal;
visibility: hidden;
opacity: 0;