vendor/assets/stylesheets/modal.css.scss in flashgrid-1.0.17 vs vendor/assets/stylesheets/modal.css.scss in flashgrid-1.0.18

- old
+ new

@@ -106,10 +106,13 @@ text-transform: uppercase; vertical-align: middle; width: 100%; } .modal-footer-btn[disabled], -input[type="submit"].modal-footer-btn[disabled] { color: rgba(158,171,179,1); } +input[type="submit"].modal-footer-btn[disabled] { + color: rgba(158,171,179,1); + cursor: not-allowed; +} .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: 50%; \ No newline at end of file