fix firefox button styling

pull/2566/head
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; color: #666;
} }
.buttonicon::-moz-focus-inner {
padding: 0;
border: 0
}
.buttonicon:focus{ .buttonicon:focus{
border: 1px solid #fff; border: 1px solid #fff;
} }