vendor/assets/stylesheets/modal.css.scss in flashgrid-2.3.0 vs vendor/assets/stylesheets/modal.css.scss in flashgrid-3.0.0
- old
+ new
@@ -51,12 +51,12 @@
margin: 0;
text-align: center;
text-transform: uppercase;
}
.modal-body {
- border-bottom: 1px solid rgba(227,232,235,1);
- border-top: 1px solid rgba(217,222,225,1);
+ border-bottom: 1px solid rgba(225,232,237,1);
+ border-top: 1px solid rgba(225,232,237,1);
max-height: 300px;
overflow-y: scroll;
padding: 15px 18px;
position: relative;
}
@@ -74,11 +74,11 @@
-moz-appearance: none;
background: transparent;
border: none;
-moz-box-sizing: border-box;
box-sizing: border-box;
- color: rgba(0,153,255,1);
+ color: rgba(15,135,226,1);
cursor: pointer;
float: left;
font-size: 13px;
-webkit-font-smoothing: antialiased;
font-weight: 500;
@@ -101,10 +101,10 @@
color: rgba(158,171,179,1);
cursor: not-allowed;
}
.modal-footer-dual > .modal-footer-btn,
.modal-footer-dual > input[type="submit"].modal-footer-btn {
- border-right: 1px solid rgba(217,222,225,1);
+ border-right: 1px solid rgba(225,232,237,1);
width: 50%;
}
.modal-footer-dual > .modal-footer-btn:last-child,
.modal-footer-dual > input[type="submit"].modal-footer-btn:last-child { border-right: none; }
\ No newline at end of file