mirror of https://gitlab.com/curben/blog
Remove dotted outline on button
https://stackoverflow.com/q/71074/9645167
This commit is contained in:
parent
f397e5a17f
commit
d8e1f57e9b
|
@ -396,10 +396,6 @@ button,select {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
|
|
||||||
outline: ButtonText dotted 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
fieldset {
|
fieldset {
|
||||||
border: 1px solid silver;
|
border: 1px solid silver;
|
||||||
margin: 0 2px;
|
margin: 0 2px;
|
||||||
|
|
Loading…
Reference in New Issue