combo-box

This commit is contained in:
m.epshtein 2024-11-07 14:01:00 +03:00
parent 553d23f0b2
commit bdf7df0114
5 changed files with 14 additions and 4 deletions

View file

@ -5,12 +5,14 @@
}
.webbpm.ervu_dashboard .selectize-control {
font-size: inherit;
display: flex;
height: auto;
background-color: transparent;
}
.webbpm.ervu_dashboard .selectize-control .selectize-input {
min-height: auto;
border: 0;
border-bottom: 2px solid var(--input-border);
border-bottom: 1px solid var(--input-border);
border-radius: var(--indent-xmini) var(--indent-xmini) 0 0;
background-color: var(--input-bg);
}

View file

@ -31,3 +31,11 @@
font-family: 'GolosM';
src: url('../fonts/golos-medium.ttf');
}
@font-face {
font-family: 'GolosUI';
src: url('../fonts/golos-ul-regular.ttf');
}
@font-face {
font-family: 'GolosUIM';
src: url('../fonts/golos-ul-medium.ttf');
}

View file

@ -7,8 +7,8 @@
--border: rgba(1, 72, 116, 0.1);
--shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.15);
--input-bg: rgba(242, 248, 253, 0.75);
--input-border: rgba(1, 72, 116, 0.18);
--input-bg: rgba(53, 126, 172, 0.05);
--input-border: rgba(53, 126, 172, 0.2);
--page-bg: rgba(38, 117, 166, 0.025);
--header-bg: rgba(53, 126, 172, 0.05);
--block-bg: rgba(53, 126, 172, 0.1);

Binary file not shown.

Binary file not shown.