vendor/assets/stylesheets/form.css.scss in flashgrid-1.0.16 vs vendor/assets/stylesheets/form.css.scss in flashgrid-1.0.17
- old
+ new
@@ -106,11 +106,11 @@
-moz-box-sizing: border-box;
box-sizing: border-box;
color: rgba(33,40,43,1);
font-size: 100%;
margin-bottom: 5px;
- padding: 13px 0 10px 15px;
+ padding: 13px 0 10px 10px;
text-indent: 0;
text-transform: capitalize;
width: 100%;
vertical-align: middle;
}
@@ -161,9 +161,10 @@
textarea[disabled],
select[disabled],
.uneditable-input {
background-color: rgba(246,247,249,1);
color: rgba(158,171,179,1);
+ cursor: not-allowed;
}
.uneditable-input { font-weight: normal; }
input.form-input-initial-width,
select.form-input-initial-width {
display: inline-block;
\ No newline at end of file