vendor/assets/stylesheets/modal.css.scss in flashgrid-1.0.8 vs vendor/assets/stylesheets/modal.css.scss in flashgrid-1.0.9
- old
+ new
@@ -72,11 +72,12 @@
content: "";
display: table;
line-height: 0;
}
.modal-footer:after { clear: both; }
-.modal-footer-btn {
+.modal-footer-btn,
+input[type="submit"].modal-footer-btn {
-webkit-appearance: none;
-moz-appearance: none;
border: none;
background: transparent;
border-bottom-left-radius: 5px;
@@ -94,16 +95,19 @@
text-rendering: geometricPrecision;
text-transform: uppercase;
vertical-align: middle;
width: 100%;
}
-.modal-footer-btn[disabled] { color: rgba(158,171,179,1); }
-.modal-footer-btn-left {
+.modal-footer-btn[disabled],
+input[type="submit"].modal-footer-btn[disabled] { color: rgba(158,171,179,1); }
+.modal-footer-btn-left,
+input[type="submit"].modal-footer-btn-left {
border-right: 1px solid rgba(217,222,225,1);
border-bottom-right-radius: 0;
width: 279px;
}
-.modal-footer-btn-right {
+.modal-footer-btn-right,
+input[type="submit"].modal-footer-btn-right {
border-bottom-left-radius: 0;
width: 280px;
}
/* #Media Queries
\ No newline at end of file