Revamp tabs system using CSS display:grid instead of JavaScript

This commit is contained in:
djmaze 2021-08-26 08:10:56 +02:00
parent fe4344794b
commit d7a30cba79
5 changed files with 85 additions and 94 deletions

View file

@ -90,7 +90,7 @@
.legend,
.modal-header, .modal-footer,
.table td, .table th {
border-color: #555;
border-color: #555 !important;
}
.legend,
@ -135,11 +135,6 @@
.table-striped tbody tr:nth-child(2n+1) th {
background-color: #111;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
color: var(--main-color);
background-color: #000;
}
.b-admin-about .rl-logo {
filter: drop-shadow(0 0 1px #FFF);