width-erode-part-focuspadding-ltr.html 390 B

12345678910111213141516171819202122
  1. <!DOCTYPE HTML>
  2. <style>
  3. button {
  4. -moz-appearance: none;
  5. background: yellow;
  6. border: 2px solid fuchsia;
  7. padding: 2px;
  8. font-size: 10px;
  9. width: 66px;
  10. border-radius: 0; /* override mobile/android/themes/core/content.css */
  11. }
  12. span {
  13. display: inline-block; vertical-align: middle;
  14. height: 20px; width: 50px; border: 2px solid blue;
  15. }
  16. </style>
  17. <button><span></span></button>