mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 17:07:03 +03:00
Revamp tabs system using CSS display:grid instead of JavaScript
This commit is contained in:
parent
fe4344794b
commit
d7a30cba79
5 changed files with 85 additions and 94 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue