ui: Newoffer page update / clean-up / JS fixes

This commit is contained in:
gerlofvanek
2024-04-26 12:53:51 +02:00
parent 926f6e1a76
commit e6c79a6743
15 changed files with 1726 additions and 6338 deletions

View File

@@ -24,7 +24,6 @@
.error_msg
{
color:red;
}
#hide {
@@ -216,4 +215,61 @@
left: 50%;
transform: translate(-50%, -50%);
height:25px;
}
}
select.select-disabled {
opacity: 0.40 !important;
}
.disabled-input-enabled {
opacity: 0.40 !important;
}
select.disabled-select-enabled {
opacity: 0.40 !important;
}
.custom-select .select {
appearance: none;
background-position: 10px center;
background-repeat: no-repeat;
position: relative;
}
.custom-select select::-webkit-scrollbar {
width: 0;
}
.custom-select .select option {
padding-left: 0;
text-indent: 0;
background-repeat: no-repeat;
background-position: 0 50%;
}
.custom-select .select option.no-space {
padding-left: 0;
}
.custom-select .select option[data-image] {
background-image: url('');
}
.custom-select .select-icon {
position: absolute;
top: 50%;
left: 10px;
transform: translateY(-50%);
}
.custom-select .select-image {
display: none;
margin-top: 10px;
}
.custom-select .select:focus+.select-dropdown .select-image {
display: block;
}