Changeset 3711:004095dbea64 for admin/style/scss/partials/_forms.scss
- Timestamp:
- 02/21/18 13:55:01 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/scss/partials/_forms.scss
r3690 r3711 1 input[type=text], input[type=password], input[type=submit], input[type=button], input[type=reset], a.button, button, textarea, select, legend { 1 input[type=text], 2 input[type=color], 3 input[type=email], 4 input[type=url], 5 input[type=datetime], 6 input[type=date], 7 input[type=time], 8 input[type=file], 9 input[type=number], 10 input[type=password], 11 input[type=submit], 12 input[type=button], 13 input[type=reset], 14 a.button, button, textarea, select, legend { 2 15 max-width: 100%; 3 16 } 4 input[type=text], input[type=password], input[type=submit], input[type=button], input[type=reset], a.button, button, textarea, legend { 17 input[type=text], 18 input[type=color], 19 input[type=email], 20 input[type=url], 21 input[type=datetime], 22 input[type=date], 23 input[type=time], 24 input[type=file], 25 input[type=number], 26 input[type=password], 27 input[type=submit], 28 input[type=button], 29 input[type=reset], 30 a.button, button, textarea, legend { 5 31 border-radius: 3px; 6 32 } … … 22 48 } 23 49 } 24 input[type=text], textarea { 50 input[type=text], 51 input[type=color], 52 input[type=email], 53 input[type=url], 54 input[type=datetime], 55 input[type=date], 56 input[type=time], 57 input[type=file], 58 input[type=number], 59 textarea { 25 60 font-family: $sans-serif-input; 26 61 font-size: 100%; … … 45 80 background: #FFBABA; 46 81 } 47 input[type=text], input[type=password], textarea, select, input:not([type=file]):invalid, input:not([type=file]):invalid:placeholder-shown { 82 input[type=text], 83 input[type=password], 84 input[type=color], 85 input[type=email], 86 input[type=url], 87 input[type=datetime], 88 input[type=date], 89 input[type=time], 90 input[type=file], 91 input[type=number], 92 textarea, select, input:not([type=file]):invalid, input:not([type=file]):invalid:placeholder-shown { 48 93 color: #000; 49 94 box-shadow: 1px 1px 2px #f3f3f3 inset; … … 51 96 vertical-align: top; 52 97 } 53 input[type=text], input[type=password], textarea, input:not([type=file]):invalid, input:not([type=file]):invalid:placeholder-shown { 98 input[type=text], 99 input[type=password], 100 input[type=color], 101 input[type=email], 102 input[type=url], 103 input[type=datetime], 104 input[type=date], 105 input[type=time], 106 input[type=file], 107 input[type=number], 108 textarea, input:not([type=file]):invalid, input:not([type=file]):invalid:placeholder-shown { 54 109 background: #fcfcfc; 55 110 border-width: 1px; … … 89 144 background: transparent url(../images/check-on.png) no-repeat 0 50%; 90 145 } 91 input[type=text], input[type=password], textarea { 146 input[type=text], 147 input[type=color], 148 input[type=email], 149 input[type=url], 150 input[type=datetime], 151 input[type=date], 152 input[type=time], 153 input[type=number], 154 input[type=password], 155 textarea { 92 156 margin-right: .3em; 93 157 }
Note: See TracChangeset
for help on using the changeset viewer.