Settings swithing fix
This commit is contained in:
parent
0f4bd3e028
commit
014c819a4b
@ -102,6 +102,9 @@
|
|||||||
}
|
}
|
||||||
.content-wrap {
|
.content-wrap {
|
||||||
background: var(--main-bg-color) !important;
|
background: var(--main-bg-color) !important;
|
||||||
|
}
|
||||||
|
.panel-wrapper > .bg-org .tab-content {
|
||||||
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
.panel-blue .panel-heading, .panel-info .panel-heading {
|
.panel-blue .panel-heading, .panel-info .panel-heading {
|
||||||
border-color: #ffffff;
|
border-color: #ffffff;
|
||||||
|
|||||||
@ -103,6 +103,9 @@
|
|||||||
.content-wrap {
|
.content-wrap {
|
||||||
background: var(--main-bg-color) !important;
|
background: var(--main-bg-color) !important;
|
||||||
}
|
}
|
||||||
|
.panel-wrapper > .bg-org .tab-content {
|
||||||
|
background-color: transparent !important;
|
||||||
|
}
|
||||||
.panel-blue .panel-heading, .panel-info .panel-heading {
|
.panel-blue .panel-heading, .panel-info .panel-heading {
|
||||||
border-color: #ffffff;
|
border-color: #ffffff;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user