Browse Source

Settings swithing fix

pull/11/head
gilbN 5 years ago
parent
commit
014c819a4b
  1. 3
      CSS/themes/organizr-hotline.css
  2. 3
      CSS/themes/organizr-marine.css

3
CSS/themes/organizr-hotline.css

@ -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;

3
CSS/themes/organizr-marine.css

@ -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;

Loading…
Cancel
Save