cleanup
This commit is contained in:
@@ -47,7 +47,7 @@ table .text-align\:left { text-align:left; }
|
||||
td { overflow:hidden; text-overflow:ellipsis; /* verhindert, dass Inhalt die Zelle sprengt */ }
|
||||
|
||||
.table-filter-container {
|
||||
border-bottom-width:8px;
|
||||
border-bottom-width:1px;
|
||||
border-bottom-style:solid;
|
||||
display:flex;
|
||||
flex-direction:column;
|
||||
@@ -56,17 +56,17 @@ td { overflow:hidden; text-overflow:ellipsis; /* verhindert, dass Inhalt die Zel
|
||||
left:0px;
|
||||
top:0px;
|
||||
width: 100% !important;
|
||||
height: fit-content;
|
||||
/* z-index:20; */
|
||||
padding:0px;
|
||||
border-radius:var(--border-raduis) var(--border-raduis) 0 0;
|
||||
justify-content: flex-start;
|
||||
align-items: space-between;
|
||||
flex: 1;
|
||||
flex-wrap: wrap;
|
||||
overflow-x:auto;
|
||||
}
|
||||
.table-filter-container .live-counter { position:static; text-align: right ; padding-right:10px; font-weight:bolder; }
|
||||
.table-filter-container input { padding:5px !important; flex:1 1 100vw; margin:5px 0;}
|
||||
.table-filter-container .live-counter { position:static; text-align: left ; padding-left:10px; font-style: italic; }
|
||||
.table-filter-container input { padding:5px !important; ; margin:5px 0;}
|
||||
|
||||
|
||||
th.sort-asc::after {
|
||||
|
||||
Reference in New Issue
Block a user