Settings swithing fix

This commit is contained in:
gilbN 2019-06-15 19:02:19 +02:00
parent 0f4bd3e028
commit 014c819a4b
2 changed files with 6 additions and 0 deletions

View File

@ -103,6 +103,9 @@
.content-wrap {
background: var(--main-bg-color) !important;
}
.panel-wrapper > .bg-org .tab-content {
background-color: transparent !important;
}
.panel-blue .panel-heading, .panel-info .panel-heading {
border-color: #ffffff;
color: #fff;

View File

@ -103,6 +103,9 @@
.content-wrap {
background: var(--main-bg-color) !important;
}
.panel-wrapper > .bg-org .tab-content {
background-color: transparent !important;
}
.panel-blue .panel-heading, .panel-info .panel-heading {
border-color: #ffffff;
color: #fff;