Fix QR file/submit button focus indication in Firefox.

This commit is contained in:
ccd0 2015-03-24 10:15:02 -07:00
parent f73adc1c2a
commit 6e6da9e015

View File

@ -1271,7 +1271,7 @@ input.field.tripped:not(:hover):not(:focus) {
display: flex; display: flex;
-webkit-align-items: stretch; -webkit-align-items: stretch;
align-items: stretch; align-items: stretch;
height: 1.7em; height: 25px;
margin-top: 1px; margin-top: 1px;
} }
#file-n-submit > input { #file-n-submit > input {
@ -1279,10 +1279,6 @@ input.field.tripped:not(:hover):not(:focus) {
border: 1px solid #BBB; border: 1px solid #BBB;
border-radius: 2px; border-radius: 2px;
} }
#file-n-submit > input::-moz-focus-inner {
border: 0;
padding: 0;
}
#qr-file-button { #qr-file-button {
width: 15%; width: 15%;
} }