Changeset 3778:5b062336a301 for admin/style/scss
- Timestamp:
- 07/12/18 22:36:24 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/scss/partials/_forms.scss
r3770 r3778 83 83 input[type=number], 84 84 textarea, select, input:not([type=file]):invalid, input:not([type=file]):invalid:placeholder-shown { 85 color: $input-color;85 // color: $input-color; 86 86 box-shadow: 1px 1px 2px $input-shadow inset; 87 87 padding: 3px; … … 99 99 input[type=number], 100 100 textarea, input:not([type=file]):invalid, input:not([type=file]):invalid:placeholder-shown { 101 background: $input-background;101 // background: $input-background; 102 102 border-width: 1px; 103 103 border-style: solid; … … 105 105 } 106 106 input[type=file] { 107 color: $input-file-color;108 background: $input-file-background;107 // color: $input-file-color; 108 // background: $input-file-background; 109 109 } 110 110 // Special for invalid but not required fields
Note: See TracChangeset
for help on using the changeset viewer.