Changeset 5255 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/styles/forms/_fields.scss
- Timestamp:
- 04/05/2017 06:34:21 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/styles/forms/_fields.scss
r4223 r5255 31 31 box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.07 ); 32 32 color: $color__text-input; 33 outline: none; 33 34 transition: 0.05s border-color ease-in-out; 34 -webkit-appearance: none;35 35 36 36 &:focus { … … 73 73 input[type="search"], 74 74 input[type="password"], 75 input[type="number"] { 75 input[type="number"], 76 select { 76 77 padding: 6px 10px; 77 78 } … … 85 86 input[type="checkbox"], 86 87 input[type="radio"] { 88 -webkit-appearance: none; 87 89 background: #fff; 88 90 border: 1px solid #b4b9be; … … 176 178 border-radius: 0; 177 179 font-size: 16px; 178 padding: 3px 5px; /* Reset mobile webkit's default element styling */179 180 } 180 181 … … 245 246 -------------------------------------------------------------- */ 246 247 247 @media screen and ( min-width: 48em) {248 @media screen and ( min-width: $ms-breakpoint ) { 248 249 /* Input Elements */ 249 250 input[type="text"], … … 252 253 input[type="password"], 253 254 input[type="number"] { 254 padding: 0;255 padding: 3px 5px; 255 256 } 256 257 … … 284 285 select { 285 286 font-size: 14px; 286 } 287 } 287 padding: 3px 5px; /* Reset mobile webkit's default element styling */ 288 } 289 }
Note: See TracChangeset
for help on using the changeset viewer.