assets/css/romo/forms.scss in romo-0.9.0 vs assets/css/romo/forms.scss in romo-0.10.0

- old
+ new

@@ -60,11 +60,11 @@ .romo-form select[readonly], .romo-form textarea[readonly] { cursor: $notAllowedCursor; } .romo-form select { font-weight: normal; - background-color: $inputBackground; + background-color: $inputBgColor; @include border1; } .romo-form select optgroup { @include select-optgroup; } .romo-form select option { @include select-option; } @@ -82,10 +82,10 @@ .romo-form input[type="url"], .romo-form input[type="search"], .romo-form input[type="tel"], .romo-form input[type="color"] { font-weight: normal; - background-color: $inputBackground; + background-color: $inputBgColor; @include border1; @include box-shadow(inset 0 1px 1px rgba(0, 0, 0, 0.075)); } .romo-form select:focus,