Browse Source

popup modal color fix

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

3
CSS/themes/organizr-hotline.css

@ -212,6 +212,9 @@
} }
.nav-tabs>li>a { .nav-tabs>li>a {
color: #ffffff; color: #ffffff;
}
.modal-content, .modal-header, .modal-footer, .modal-body {
background: var(--main-bg-color)!important;
} }
/* Settings - save button */ /* Settings - save button */
.btn-info, .btn-info.disabled { .btn-info, .btn-info.disabled {

3
CSS/themes/organizr-marine.css

@ -212,6 +212,9 @@
} }
.nav-tabs>li>a { .nav-tabs>li>a {
color: #ffffff; color: #ffffff;
}
.modal-content, .modal-header, .modal-footer, .modal-body {
background: var(--main-bg-color)!important;
} }
/* Settings - save button */ /* Settings - save button */
.btn-info, .btn-info.disabled { .btn-info, .btn-info.disabled {

Loading…
Cancel
Save