Stylize statistics tab menu.

This commit is contained in:
2024-05-05 02:07:45 +01:00
parent dc58d93896
commit e16484db7c

View File

@@ -715,4 +715,32 @@ kbd {
.table-fixed-header {
scrollbar-color: #888888 #333333;
}
.nav-pills {
.nav-item {
-ms-flex-preferred-size: initial;
flex-basis: auto;
-ms-flex-positive: initial;
flex-grow: 1;
text-align: center;
margin: 2px;
}
.nav-link {
background: linear-gradient(0deg, black, transparent);
color: darkcyan;
}
.nav-link:hover {
color: cyan;
}
.nav-link.active,
.show > .nav-link {
background: linear-gradient(0deg, black, darkmagenta);
color: deepskyblue;
}
}