vendor/assets/stylesheets/form.css.scss in flashgrid-1.0.20 vs vendor/assets/stylesheets/form.css.scss in flashgrid-1.0.21

- old
+ new

@@ -41,11 +41,11 @@ input[type="tel"], input[type="color"], .uneditable-input { -webkit-appearance: none; -moz-appearance: none; - background-color: rgba(255,255,255,1); + background: rgba(255,255,255,1); border: 1px solid rgba(217,222,225,1); border-radius: 0; -moz-box-sizing: border-box; box-sizing: border-box; color: rgba(43,50,53,1); @@ -80,12 +80,12 @@ input[type="color"]:focus, .uneditable-input:focus { border-color: rgba(58,144,216,1); outline: 0; outline: thin dotted \9; - -webkit-transition: background-color 150ms linear; - transition: background-color 150ms linear; + -webkit-transition: background 150ms linear; + transition: background 150ms linear; } input[type="radio"], input[type="checkbox"] { margin: 5px 0 0; margin-top: 1px \9; @@ -159,11 +159,11 @@ select:focus:invalid:focus { border-color: rgba(254,79,50,1); } input[disabled], textarea[disabled], select[disabled], .uneditable-input { - background-color: rgba(246,247,249,1); + background: rgba(246,247,249,1); color: rgba(158,171,179,1); cursor: not-allowed; } .uneditable-input { font-weight: normal; } input.form-input-initial-width, @@ -181,11 +181,11 @@ .form-header h3, .form-header h4, .form-header h5, .form-header h6 { margin-bottom: 0; } .form-cap { - background-color: rgba(58,144,216,1); + background: rgba(58,144,216,1); border-top-left-radius: 3px; border-top-right-radius: 3px; color: rgba(255,255,255,1); display: block; font-size: 14px; @@ -194,10 +194,10 @@ margin-bottom: 15px; padding: 10px 15px; } .form-error-messages { margin-bottom: 40px; } .form-error-messages h4 { - background-color: rgba(236,238,241,1); + background: rgba(236,238,241,1); border: 1px solid rgba(217,222,225,1); margin: 0; padding: 5px 10px; } .form-error-messages ul { \ No newline at end of file