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