Search added, but change window and back lets app crash

This commit is contained in:
Torsten Schulz
2024-01-28 13:43:36 +01:00
parent ffd01194da
commit c9bffa64cd
6 changed files with 381 additions and 17 deletions

View File

@@ -114,3 +114,35 @@ height: 31px;
.Wt-dialog > div > div > div > h4 {
margin: 0;
}
.handle {
top: calc(50% - 0.55rem) !important;
margin-left: 2px;
width: 1rem !important;
height: 1rem !important;
background-color: black;
border: 0;
border-radius: 1rem;
&:focus {
box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(red($primary), green($primary), blue($primary), .25);
}
}
.search-line {
overflow: visible !important;
}
.popup-style {
position: relative;
}
.countries-drop-down {
overflow: auto;
background: RGBA(248, 248, 248, 0.8);
position: absolute;
max-height: 10em;
display: inline-block;
top: 100%;
left: 58px;
z-index: 20;
border: 1px solid #666;
box-shadow: 2px 2px 4px #666;
padding: 2px;
}