vendor/assets/stylesheets/furatto/_forms.scss in furatto-1.0.1 vs vendor/assets/stylesheets/furatto/_forms.scss in furatto-1.0.2
- old
+ new
@@ -74,10 +74,11 @@
display: $form-label-display;
margin-bottom: $form-label-margin-bottom;
cursor: $form-label-cursor;
font-size: $form-label-font-size;
font-weight: $form-label-font-weight;
+ color: $form-label-color;
&.error {
color: $form-label-error-color;
}
@@ -203,9 +204,11 @@
width: 100%;
display: block;
background: $form-select-background-color
url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==') no-repeat $form-select-backgroun-x-position center;
;
+
+ height: $form-input-height;
//Firefox fix
text-indent: 0.01px;
text-overflow: "";
@include appearance($ap: none);