1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-24 05:43:10 +02:00

fix(admin-plugin): fix dark theme for admin panel #186 #168

This commit is contained in:
Awilum
2019-09-07 20:30:50 +03:00
parent 8d3d70cf12
commit 69992c44d6

View File

@@ -184,19 +184,27 @@
.nav-pills {
margin-bottom: 20px;
margin-top: 20px;
}
.nav-pills .nav-link {
border-radius: 0;
color: black;
color: white;
font-size: 14px;
background: #21252b;
border-bottom: 1px solid #21252b;
}
.nav .nav-item .nav-link:focus,
.nav .nav-item .nav-link:hover {
background: #3b404b;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
background: none;
border-bottom: 1px solid #ccc;
color: black;
background: #3b404b;
border-bottom: 1px solid black;
color: white;
}
.flex-column.nav-pills .nav-link.active,