Skip to content

Commit

Permalink
Merge pull request #5403 from FELDSAM-INC/feldsam/css-fixes
Browse files Browse the repository at this point in the history
[Web] BS5 styling fixes and enhancements
  • Loading branch information
FreddleSpl0it authored Sep 8, 2023
2 parents 105a7a4 + 9ffa810 commit 9caaaa6
Show file tree
Hide file tree
Showing 60 changed files with 1,416 additions and 1,205 deletions.
5 changes: 0 additions & 5 deletions data/web/css/build/013-datatables.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before,
table.dataTable td.dt-control:before {
background-color: #979797 !important;
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.child,
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty {
background-color: #fbfbfb;
}
table.dataTable.table-striped>tbody>tr>td {
vertical-align: middle;
}
Expand Down
20 changes: 20 additions & 0 deletions data/web/css/build/014-mailcow.css
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ button[aria-expanded='true'] > .caret {
}

.progress {
height: 16px;
background-color: #d5d5d5;
}

Expand All @@ -370,3 +371,22 @@ button[aria-expanded='true'] > .caret {
.btn-check:checked+.btn-outline-secondary, .btn-check:active+.btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
background-color: #f0f0f0 !important;
}
.btn-check:checked+.btn-light, .btn-check:active+.btn-light, .btn-light:active, .btn-light.active, .show>.btn-light.dropdown-toggle {
color: #fff;
background-color: #555;
background-image: none;
border-color: #4d4d4d;
}
.btn-check:checked+.btn-light:focus, .btn-check:active+.btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show>.btn-light.dropdown-toggle:focus,
.btn-check:focus+.btn-light, .btn-light:focus {
box-shadow: none;
}
.btn-group>.btn:not(:last-of-type) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.badge.bg-info > a,
.badge.bg-danger > a {
color: #fff !important;
text-decoration: none;
}
15 changes: 14 additions & 1 deletion data/web/css/build/015-responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@


@media (max-width: 767px) {
.responsive-tabs .tab-pane {
.responsive-tabs .tab-pane:not(.rsettings) {
display: block !important;
opacity: 1;
}
Expand Down Expand Up @@ -206,6 +206,19 @@
.senders-mw220 {
max-width: 100% !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before,
table.dataTable td.dt-control:before {
height: 2rem;
width: 2rem;
line-height: 2rem;
margin-top: -15px;
}

li .dtr-data {
padding: 0;
}
}

@media (max-width: 350px) {
Expand Down
Loading

0 comments on commit 9caaaa6

Please sign in to comment.