Browse Source

removed shadow from popup modals

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

2
CSS/themes/organizr-hotline.css

@ -153,11 +153,9 @@
/* Settings - popup modal */
.white-popup .panel-heading, .white-popup>.col-md-6>.white-box:first-child {
background: var(--modal-bg-color)!important;
box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.white-popup .panel-body, .white-popup>.col-md-6>.white-box:nth-child(2) {
background: var(--modal-bg-color) !important;
box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.panel-blue a:hover, .panel-info a:hover {
color: #ffffff;

2
CSS/themes/organizr-marine.css

@ -153,11 +153,9 @@
/* Settings - popup modal */
.white-popup .panel-heading, .white-popup>.col-md-6>.white-box:first-child {
background: var(--modal-bg-color)!important;
box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.white-popup .panel-body, .white-popup>.col-md-6>.white-box:nth-child(2) {
background: var(--modal-bg-color) !important;
box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.panel-blue a:hover, .panel-info a:hover {
color: #ffffff;

Loading…
Cancel
Save