fix w css list
This commit is contained in:
@@ -559,8 +559,9 @@ td select.tom-dark {
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.list-group-item:first-child,
|
||||
.list-group-item:last-child {
|
||||
/* Zachowaj ostre krawędzie tylko dla list flush (np. w panelach edycji) */
|
||||
.list-group-flush > .list-group-item:first-child,
|
||||
.list-group-flush > .list-group-item:last-child {
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
|
||||
|
||||
@@ -559,8 +559,9 @@ td select.tom-dark {
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.list-group-item:first-child,
|
||||
.list-group-item:last-child {
|
||||
/* Zachowaj ostre krawędzie tylko dla list flush (np. w panelach edycji) */
|
||||
.list-group-flush > .list-group-item:first-child,
|
||||
.list-group-flush > .list-group-item:last-child {
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
|
||||
|
||||
@@ -303,8 +303,9 @@ input.form-control {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.list-group-item:first-child,
|
||||
.list-group-item:last-child {
|
||||
/* Zachowaj ostre krawędzie tylko dla list flush (np. w panelach edycji) */
|
||||
.list-group-flush > .list-group-item:first-child,
|
||||
.list-group-flush > .list-group-item:last-child {
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user