Improving contrast for UI tabs (#2076)

* Improving nav-tabs contrast

Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>

* Improving nav-tabs contrast + prettier

Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
This commit is contained in:
RD WebDesign
2022-01-15 03:47:26 -03:00
committed by GitHub
parent 035d8f981d
commit e1cbe8775f
3 changed files with 44 additions and 22 deletions

View File

@@ -130,8 +130,23 @@
border-bottom-right-radius: 2px;
border-bottom-left-radius: 0;
}
.nav-tabs-custom > .nav-tabs {
background: #e4e8f0;
}
.nav-tabs-custom > .nav-tabs > li {
margin-right: 1px;
}
.nav-tabs-custom > .nav-tabs > li:not(.active):hover {
background: #fff;
border-top-color: #d2d6de;
}
.nav-tabs-custom > .nav-tabs > li > a,
.nav-tabs-custom > .nav-tabs > li > a:hover {
color: #567;
}
.nav-tabs-custom > .nav-tabs > li > a:focus {
color: #60a4cc;
color: #3c8dbc;
}
.layout-top-nav .main-header > .logo {