Reset-Icon-Anzeige korrigiert
This commit is contained in:
@@ -45,12 +45,12 @@
|
|||||||
}
|
}
|
||||||
.search-icon, .reset-icon {
|
.search-icon, .reset-icon {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 10px;
|
|
||||||
top: 50%;
|
top: 50%;
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
color: #6c757d;
|
color: #6c757d;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: none;
|
display: none;
|
||||||
|
z-index: 10;
|
||||||
}
|
}
|
||||||
.reset-icon {
|
.reset-icon {
|
||||||
right: 10px;
|
right: 10px;
|
||||||
@@ -59,10 +59,10 @@
|
|||||||
right: 35px;
|
right: 35px;
|
||||||
}
|
}
|
||||||
.reset-icon.visible {
|
.reset-icon.visible {
|
||||||
display: block !important;
|
display: block;
|
||||||
}
|
}
|
||||||
.search-icon.visible {
|
.search-icon.visible {
|
||||||
display: block !important;
|
display: block;
|
||||||
}
|
}
|
||||||
.customer-number {
|
.customer-number {
|
||||||
color: #6c757d;
|
color: #6c757d;
|
||||||
@@ -112,6 +112,9 @@
|
|||||||
.search-field {
|
.search-field {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
.input-group {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
.result-counts {
|
.result-counts {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
Reference in New Issue
Block a user