fix firefox button styling

This commit is contained in:
John McLear 2015-03-26 14:11:37 +00:00
parent 7b726cbc02
commit 6b88c037b8
1 changed files with 5 additions and 0 deletions

View File

@ -749,6 +749,11 @@ table#otheruserstable {
color: #666;
}
.buttonicon::-moz-focus-inner {
padding: 0;
border: 0
}
.buttonicon:focus{
border: 1px solid #fff;
}