Ticket #41580: 41580.patch
File 41580.patch, 1.9 KB (added by , 3 years ago) |
---|
-
src/wp-admin/css/press-this.css
177 177 cursor: default; 178 178 } 179 179 180 button::-moz-focus-inner,181 input::-moz-focus-inner {182 border: 0;183 padding: 0;184 }185 186 180 input { 187 181 line-height: normal; 188 182 } … … 499 493 button::-moz-focus-inner, 500 494 input::-moz-focus-inner { 501 495 border: 0; 502 padding: 0;503 496 } 504 497 505 498 [type="text"], -
src/wp-includes/css/buttons.css
64 64 .wp-core-ui input[type="reset"]::-moz-focus-inner, 65 65 .wp-core-ui input[type="button"]::-moz-focus-inner, 66 66 .wp-core-ui input[type="submit"]::-moz-focus-inner { 67 border-width: 0; 68 border-style: none; 69 padding: 0; 67 border: 0; 70 68 } 71 69 72 70 .wp-core-ui .button.button-large, -
src/wp-includes/css/editor.css
654 654 655 655 /* Remove the dotted border on :focus and the extra padding in Firefox */ 656 656 .mce-window .mce-btn::-moz-focus-inner { 657 border-width: 0; 658 border-style: none; 659 padding: 0; 657 border: 0; 660 658 } 661 659 662 660 .mce-window .mce-btn:hover, -
src/wp-includes/css/jquery-ui-dialog.css
207 207 208 208 /* Remove the dotted border on :focus and the extra padding in Firefox */ 209 209 .ui-button::-moz-focus-inner { 210 border-width: 0; 211 border-style: none; 212 padding: 0; 210 border: 0; 213 211 } 214 212 215 213 .ui-button:hover,