Ticket #17863: css-number.diff
File css-number.diff, 1.6 KB (added by , 13 years ago) |
---|
-
wp-admin/css/global.dev.css
218 218 /* include margin and padding in the width calculation of input and textarea */ 219 219 input[type="text"], 220 220 input[type="password"], 221 input[type="number"], 221 222 textarea { 222 223 -moz-box-sizing: border-box; 223 224 -webkit-box-sizing: border-box; -
wp-admin/css/colors-classic.dev.css
15 15 input[type="button"], 16 16 input[type="submit"], 17 17 input[type="reset"], 18 input[type="number"], 18 19 select { 19 20 border-color: #dfdfdf; 20 21 background-color: #fff; -
wp-admin/css/colors-fresh.dev.css
15 15 input[type="button"], 16 16 input[type="submit"], 17 17 input[type="reset"], 18 input[type="number"], 18 19 select { 19 20 border-color: #dfdfdf; 20 21 background-color: #fff; -
wp-admin/css/wp-admin.dev.css
122 122 input[type="button"], 123 123 input[type="submit"], 124 124 input[type="reset"], 125 input[type="number"], 125 126 select { 126 127 border-width: 1px; 127 128 border-style: solid;