diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f6ee173b..cf1f2b637 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,9 @@ The links to individual versions below are to copies of the script with the upda ### v1.10.5 +**v1.10.5.6** *(2015-03-24)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.5.6/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.5.6/builds/4chan-X-noupdate.crx "Chromium version")] +- Fix QR file/submit button focus indication in Firefox. + **v1.10.5.5** *(2015-03-23)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.5.5/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.5.5/builds/4chan-X-noupdate.crx "Chromium version")] - Backport `File Info Formatting` fixes from v1.10.6.3. diff --git a/src/General/css/style.css b/src/General/css/style.css index 2dc0e4769..56988b3fb 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -1271,7 +1271,7 @@ input.field.tripped:not(:hover):not(:focus) { display: flex; -webkit-align-items: stretch; align-items: stretch; - height: 1.7em; + height: 25px; margin-top: 1px; } #file-n-submit > input { @@ -1279,10 +1279,6 @@ input.field.tripped:not(:hover):not(:focus) { border: 1px solid #BBB; border-radius: 2px; } -#file-n-submit > input::-moz-focus-inner { - border: 0; - padding: 0; -} #qr-file-button { width: 15%; }