mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Stylize statistics tab menu.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user