Producing web pages
* HTML CSS DHTML XHTML A to Z of tags        Accessibility          Design

outline-width

The outline-width property sets the width of the outline. It works like border-width. You can set the width to thin, medium, thick or a value in points, pixels, inches and so on. If you use thin, medium or thick, the width depends on what the browser chooses to display.

button {outline-width: thick;}