Bug 842163 - Show a focus ring around <input type=range>. r=mounir.

This commit is contained in:
Jonathan Watt 2013-02-26 21:26:41 +00:00
parent d30ced4483
commit bb6395acb1

View File

@ -405,7 +405,8 @@ input[type="image"]:disabled {
cursor: inherit;
}
input[type="image"]:-moz-focusring {
input[type="image"]:-moz-focusring,
input[type="range"]:-moz-focusring {
/* Don't specify the outline-color, we should always use initial value. */
outline: 1px dotted;
}