vendor/assets/stylesheets/modal.css.scss in flashgrid-4.0.2 vs vendor/assets/stylesheets/modal.css.scss in flashgrid-4.0.3
- old
+ new
@@ -28,13 +28,15 @@
background-clip: padding-box;
background: rgba(255,255,255,1);
border-radius: 5px;
box-shadow: 0 0 3px rgba(0,0,0,0.25);
display: none;
+ left: auto;
margin: 0 auto;
outline: 0;
position: fixed;
+ right: auto;
top: 0;
width: 560px;
z-index: 1050;
}
.modal.fade {
@@ -78,11 +80,11 @@
-moz-appearance: none;
background: transparent;
border: none;
-moz-box-sizing: border-box;
box-sizing: border-box;
- color: rgba(15,135,226,1);
+ color: rgba(15,135,226,1) !important;
cursor: pointer;
float: left;
font-size: 13px;
-webkit-font-smoothing: antialiased;
font-weight: 500;
@@ -100,10 +102,10 @@
input[type="submit"].modal-footer-btn:first-child { border-bottom-left-radius: 5px; }
.modal-footer-btn:last-child,
input[type="submit"].modal-footer-btn:last-child { border-bottom-right-radius: 5px; }
.modal-footer-btn[disabled],
input[type="submit"].modal-footer-btn[disabled] {
- color: rgba(136,153,166,1);
+ color: rgba(136,153,166,1) !important;
cursor: not-allowed;
}
.modal-footer-dual > .modal-footer-btn,
.modal-footer-dual > input[type="submit"].modal-footer-btn {
border-right: 1px solid rgba(225,232,237,1);
\ No newline at end of file