Merge branch 'bstable'

Conflicts:
	builds/4chan-X-beta.crx
	builds/4chan-X-beta.meta.js
	builds/4chan-X-beta.user.js
	builds/4chan-X-noupdate.crx
	builds/4chan-X-noupdate.user.js
	builds/4chan-X.crx
	builds/4chan-X.meta.js
	builds/4chan-X.user.js
	builds/4chan-X.zip
	builds/updates-beta.xml
	builds/updates.xml
	package.json
This commit is contained in:
ccd0 2015-03-24 10:19:30 -07:00
commit b26e928ddc
2 changed files with 4 additions and 5 deletions

View File

@ -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.

View File

@ -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%;
}