Browse Source

popup modal close button color

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

3
CSS/themes/organizr-hotline.css

@ -216,6 +216,9 @@
.modal-content, .modal-header, .modal-footer, .modal-body {
background: var(--main-bg-color)!important;
}
.close:focus, .close:hover {
color: #fff;
}
/* Settings - save button */
.btn-info, .btn-info.disabled {
background: rgba(0, 0, 0, 0.25);

3
CSS/themes/organizr-marine.css

@ -215,6 +215,9 @@
}
.modal-content, .modal-header, .modal-footer, .modal-body {
background: var(--main-bg-color)!important;
}
.close:focus, .close:hover {
color: #fff;
}
/* Settings - save button */
.btn-info, .btn-info.disabled {

Loading…
Cancel
Save