Ticket #28280: 28280.patch
| File 28280.patch, 4.4 KB (added by , 12 years ago) |
|---|
-
src/wp-includes/css/buttons.css
67 67 .wp-core-ui input[type="reset"]::-moz-focus-inner, 68 68 .wp-core-ui input[type="button"]::-moz-focus-inner, 69 69 .wp-core-ui input[type="submit"]::-moz-focus-inner { 70 border-width: 1px 0; 71 border-style: solid none; 72 border-color: transparent; 70 border: none; 73 71 padding: 0; 74 72 } 75 73 … … 96 94 padding: 0 36px; 97 95 } 98 96 99 .wp-core-ui .button:active { 97 .wp-core-ui .button:active, 98 .wp-core-ui .button:focus { 100 99 outline: none; 101 100 } 102 101 … … 127 126 color: #555; 128 127 border-color: #cccccc; 129 128 background: #f7f7f7; 130 -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba( 0,0,0,.08);131 box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba( 0,0,0,.08);129 -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba( 0, 0, 0, 0.08 ); 130 box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba( 0, 0, 0, 0.08 ); 132 131 vertical-align: top; 133 132 } 134 133 … … 150 149 .wp-core-ui .button.focus, 151 150 .wp-core-ui .button:focus, 152 151 .wp-core-ui .button-secondary:focus { 153 -webkit-box-shadow: 1px 1px 1px rgba( 0,0,0,.2);154 box-shadow: 1px 1px 1px rgba( 0,0,0,.2);152 -webkit-box-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.2 ); 153 box-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.2 ); 155 154 } 156 155 157 156 .wp-core-ui .button.active, … … 189 188 .wp-core-ui .button-primary { 190 189 background: #2ea2cc; 191 190 border-color: #0074a2; 192 -webkit-box-shadow: inset 0 1px 0 rgba( 120,200,230,0.5), 0 1px 0 rgba(0,0,0,.15);193 box-shadow: inset 0 1px 0 rgba( 120,200,230,0.5), 0 1px 0 rgba(0,0,0,.15);191 -webkit-box-shadow: inset 0 1px 0 rgba( 120, 200, 230, 0.5), 0 1px 0 rgba( 0, 0, 0, 0.15 ); 192 box-shadow: inset 0 1px 0 rgba( 120, 200, 230, 0.5 ), 0 1px 0 rgba( 0, 0, 0, 0.15 ); 194 193 color: #fff; 195 194 text-decoration: none; 196 195 } … … 201 200 .wp-core-ui .button-primary:focus { 202 201 background: #1e8cbe; 203 202 border-color: #0074a2; 204 -webkit-box-shadow: inset 0 1px 0 rgba( 120,200,230,0.6);205 box-shadow: inset 0 1px 0 rgba( 120,200,230,0.6);203 -webkit-box-shadow: inset 0 1px 0 rgba( 120, 200, 230, 0.6 ); 204 box-shadow: inset 0 1px 0 rgba( 120, 200, 230, 0.6 ); 206 205 color: #fff; 207 206 } 208 207 209 208 .wp-core-ui .button-primary.focus, 210 209 .wp-core-ui .button-primary:focus { 211 210 border-color: #0e3950; 212 -webkit-box-shadow: inset 0 1px 0 rgba( 120,200,230,0.6), 1px 1px 2px rgba(0,0,0,0.4);213 box-shadow: inset 0 1px 0 rgba( 120,200,230,0.6), 1px 1px 2px rgba(0,0,0,0.4);211 -webkit-box-shadow: inset 0 1px 0 rgba( 120, 200, 230, 0.6 ), 1px 1px 2px rgba( 0, 0, 0, 0.4 ); 212 box-shadow: inset 0 1px 0 rgba( 120, 200, 230, 0.6 ), 1px 1px 2px rgba( 0, 0, 0, 0.4 ); 214 213 } 215 214 216 215 .wp-core-ui .button-primary.active, … … 219 218 .wp-core-ui .button-primary:active { 220 219 background: #1b7aa6; 221 220 border-color: #005684; 222 color: rgba( 255,255,255,0.95);223 -webkit-box-shadow: inset 0 1px 0 rgba( 0,0,0,0.1);224 box-shadow: inset 0 1px 0 rgba( 0,0,0,0.1);221 color: rgba( 255, 255, 255, 0.95 ); 222 -webkit-box-shadow: inset 0 1px 0 rgba( 0, 0, 0, 0.1 ); 223 box-shadow: inset 0 1px 0 rgba( 0, 0, 0, 0.1 ); 225 224 vertical-align: top; 226 225 } 227 226 … … 234 233 border-color: #1b607f !important; 235 234 -webkit-box-shadow: none !important; 236 235 box-shadow: none !important; 237 text-shadow: 0 -1px 0 rgba( 0,0,0,0.1) !important;236 text-shadow: 0 -1px 0 rgba( 0, 0, 0, 0.1 ) !important; 238 237 cursor: default; 239 238 } 240 239 … … 310 309 } 311 310 312 311 /* Reset responsive styles in Press This, Customizer */ 313 314 312 .wp-core-ui.wp-customizer .button, 315 313 .press-this.wp-core-ui .button, 316 314 .press-this input#publish, … … 325 323 } 326 324 327 325 /* Reset responsive styles on Log in button on iframed login form */ 328 329 326 .interim-login .button.button-large { 330 327 height: 30px; 331 328 line-height: 28px; -
src/wp-includes/css/editor.css
258 258 } 259 259 260 260 .mce-toolbar .mce-colorbutton .mce-preview { 261 margin -left: -17px;261 margin: 0; 262 262 padding: 0; 263 width: 18px; 263 top: auto; 264 bottom: 2px; 265 left: 3px; 266 height: 3px; 267 width: 20px; 264 268 } 265 269 266 270 /* mce listbox */ … … 570 574 i.mce-i-underline, 571 575 i.mce-i-alignjustify, 572 576 i.mce-i-forecolor, 577 i.mce-i-backcolor, 573 578 i.mce-i-pastetext, 574 579 i.mce-i-pasteword, 575 580 i.mce-i-removeformat, … … 673 678 content: '\f214'; 674 679 } 675 680 676 i.mce-i-forecolor:before { 681 i.mce-i-forecolor:before, 682 i.mce-i-backcolor:before { 677 683 content: '\f215'; 678 684 } 679 685