diff --git a/CHANGELOG.md b/CHANGELOG.md
index cf11e10e2..d936c47c7 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,9 @@ The links to individual versions below are to copies of the script with the upda
### v1.10.3
+**v1.10.3.8** *(2015-03-05)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.3.8/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.3.8/builds/4chan-X-noupdate.crx "Chromium version")]
+- Make the Quick Reply look more consistent across browsers/platforms.
+
**v1.10.3.7** *(2015-03-04)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.3.7/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.3.7/builds/4chan-X-noupdate.crx "Chromium version")]
- Fix alignment of /f/ tag selector.
- Change "Thread No." in thread selector to just "Thread".
diff --git a/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx
index da0abe85c..ab095e7c8 100644
Binary files a/builds/4chan-X-beta.crx and b/builds/4chan-X-beta.crx differ
diff --git a/builds/4chan-X-beta.meta.js b/builds/4chan-X-beta.meta.js
index 902ec0028..af579d9a3 100644
--- a/builds/4chan-X-beta.meta.js
+++ b/builds/4chan-X-beta.meta.js
@@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X beta
-// @version 1.10.3.7
+// @version 1.10.3.8
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
diff --git a/builds/4chan-X-beta.user.js b/builds/4chan-X-beta.user.js
index 4d22c56dd..08b61c3e0 100644
--- a/builds/4chan-X-beta.user.js
+++ b/builds/4chan-X-beta.user.js
@@ -1,7 +1,7 @@
// Generated by CoffeeScript
// ==UserScript==
// @name 4chan X beta
-// @version 1.10.3.7
+// @version 1.10.3.8
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -394,7 +394,7 @@
doc = d.documentElement;
g = {
- VERSION: '1.10.3.7',
+ VERSION: '1.10.3.8',
NAMESPACE: '4chan X.',
NAME: '4chan X',
FAQ: 'https://github.com/ccd0/4chan-x/wiki/Frequently-Asked-Questions',
@@ -18249,11 +18249,20 @@
" display: flex;\n" +
" -webkit-align-items: stretch;\n" +
" align-items: stretch;\n" +
+" height: 1.7em;\n" +
" margin-top: 1px;\n" +
"}\n" +
-":root.gecko #file-n-submit > input,\n" +
-":root.gecko #qr > form > select {\n" +
-" margin: 0px -1px -1px;\n" +
+"#file-n-submit > input {\n" +
+" background: linear-gradient(to bottom, #F8F8F8, #DCDCDC) no-repeat;\n" +
+" border: 1px solid #BBB;\n" +
+" border-radius: 2px;\n" +
+"}\n" +
+"#file-n-submit > input::-moz-focus-inner {\n" +
+" border: 0;\n" +
+" padding: 0;\n" +
+"}\n" +
+"#qr-file-button {\n" +
+" width: 15%;\n" +
"}\n" +
"#file-n-submit input[type=\"submit\"] {\n" +
" width: 25%;\n" +
@@ -18317,10 +18326,17 @@
"#custom-cooldown-button.disabled {\n" +
" opacity: 0.27;\n" +
"}\n" +
-"/* Thread Select */\n" +
+"/* Thread and Flash Tag Select */\n" +
+"#qr select {\n" +
+" background: white;\n" +
+" border: 1px solid #CCC;\n" +
+"}\n" +
"#qr select[data-name=\"thread\"] {\n" +
" float: right;\n" +
"}\n" +
+"#qr > form > select {\n" +
+" margin-top: 1px;\n" +
+"}\n" +
"/* Dumping UI */\n" +
".dump #dump-list-container {\n" +
" display: block;\n" +
@@ -19243,6 +19259,10 @@
" border-color: rgb(129, 162, 190) !important;\n" +
" background-color: rgb(30,32,36);\n" +
"}\n" +
+":root.tomorrow #qr select,\n" +
+":root.tomorrow #file-n-submit > input {\n" +
+" border-color: rgb(40, 41, 42);\n" +
+"}\n" +
":root.tomorrow #qr-filename {\n" +
" color: rgb(197,200,198);\n" +
"}\n" +
diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx
index fda2c41cf..ffb1a7ad9 100644
Binary files a/builds/4chan-X-noupdate.crx and b/builds/4chan-X-noupdate.crx differ
diff --git a/builds/4chan-X-noupdate.user.js b/builds/4chan-X-noupdate.user.js
index 1b718a393..b2981010a 100644
--- a/builds/4chan-X-noupdate.user.js
+++ b/builds/4chan-X-noupdate.user.js
@@ -1,7 +1,7 @@
// Generated by CoffeeScript
// ==UserScript==
// @name 4chan X
-// @version 1.10.3.7
+// @version 1.10.3.8
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -393,7 +393,7 @@
doc = d.documentElement;
g = {
- VERSION: '1.10.3.7',
+ VERSION: '1.10.3.8',
NAMESPACE: '4chan X.',
NAME: '4chan X',
FAQ: 'https://github.com/ccd0/4chan-x/wiki/Frequently-Asked-Questions',
@@ -18248,11 +18248,20 @@
" display: flex;\n" +
" -webkit-align-items: stretch;\n" +
" align-items: stretch;\n" +
+" height: 1.7em;\n" +
" margin-top: 1px;\n" +
"}\n" +
-":root.gecko #file-n-submit > input,\n" +
-":root.gecko #qr > form > select {\n" +
-" margin: 0px -1px -1px;\n" +
+"#file-n-submit > input {\n" +
+" background: linear-gradient(to bottom, #F8F8F8, #DCDCDC) no-repeat;\n" +
+" border: 1px solid #BBB;\n" +
+" border-radius: 2px;\n" +
+"}\n" +
+"#file-n-submit > input::-moz-focus-inner {\n" +
+" border: 0;\n" +
+" padding: 0;\n" +
+"}\n" +
+"#qr-file-button {\n" +
+" width: 15%;\n" +
"}\n" +
"#file-n-submit input[type=\"submit\"] {\n" +
" width: 25%;\n" +
@@ -18316,10 +18325,17 @@
"#custom-cooldown-button.disabled {\n" +
" opacity: 0.27;\n" +
"}\n" +
-"/* Thread Select */\n" +
+"/* Thread and Flash Tag Select */\n" +
+"#qr select {\n" +
+" background: white;\n" +
+" border: 1px solid #CCC;\n" +
+"}\n" +
"#qr select[data-name=\"thread\"] {\n" +
" float: right;\n" +
"}\n" +
+"#qr > form > select {\n" +
+" margin-top: 1px;\n" +
+"}\n" +
"/* Dumping UI */\n" +
".dump #dump-list-container {\n" +
" display: block;\n" +
@@ -19242,6 +19258,10 @@
" border-color: rgb(129, 162, 190) !important;\n" +
" background-color: rgb(30,32,36);\n" +
"}\n" +
+":root.tomorrow #qr select,\n" +
+":root.tomorrow #file-n-submit > input {\n" +
+" border-color: rgb(40, 41, 42);\n" +
+"}\n" +
":root.tomorrow #qr-filename {\n" +
" color: rgb(197,200,198);\n" +
"}\n" +
diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx
index 1e1f099d4..a26214ce6 100644
Binary files a/builds/4chan-X.crx and b/builds/4chan-X.crx differ
diff --git a/builds/4chan-X.meta.js b/builds/4chan-X.meta.js
index 9b429d2c6..38a3534d4 100644
--- a/builds/4chan-X.meta.js
+++ b/builds/4chan-X.meta.js
@@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
-// @version 1.10.3.7
+// @version 1.10.3.8
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js
index 132b10d9b..31c68657a 100644
--- a/builds/4chan-X.user.js
+++ b/builds/4chan-X.user.js
@@ -1,7 +1,7 @@
// Generated by CoffeeScript
// ==UserScript==
// @name 4chan X
-// @version 1.10.3.7
+// @version 1.10.3.8
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -394,7 +394,7 @@
doc = d.documentElement;
g = {
- VERSION: '1.10.3.7',
+ VERSION: '1.10.3.8',
NAMESPACE: '4chan X.',
NAME: '4chan X',
FAQ: 'https://github.com/ccd0/4chan-x/wiki/Frequently-Asked-Questions',
@@ -18249,11 +18249,20 @@
" display: flex;\n" +
" -webkit-align-items: stretch;\n" +
" align-items: stretch;\n" +
+" height: 1.7em;\n" +
" margin-top: 1px;\n" +
"}\n" +
-":root.gecko #file-n-submit > input,\n" +
-":root.gecko #qr > form > select {\n" +
-" margin: 0px -1px -1px;\n" +
+"#file-n-submit > input {\n" +
+" background: linear-gradient(to bottom, #F8F8F8, #DCDCDC) no-repeat;\n" +
+" border: 1px solid #BBB;\n" +
+" border-radius: 2px;\n" +
+"}\n" +
+"#file-n-submit > input::-moz-focus-inner {\n" +
+" border: 0;\n" +
+" padding: 0;\n" +
+"}\n" +
+"#qr-file-button {\n" +
+" width: 15%;\n" +
"}\n" +
"#file-n-submit input[type=\"submit\"] {\n" +
" width: 25%;\n" +
@@ -18317,10 +18326,17 @@
"#custom-cooldown-button.disabled {\n" +
" opacity: 0.27;\n" +
"}\n" +
-"/* Thread Select */\n" +
+"/* Thread and Flash Tag Select */\n" +
+"#qr select {\n" +
+" background: white;\n" +
+" border: 1px solid #CCC;\n" +
+"}\n" +
"#qr select[data-name=\"thread\"] {\n" +
" float: right;\n" +
"}\n" +
+"#qr > form > select {\n" +
+" margin-top: 1px;\n" +
+"}\n" +
"/* Dumping UI */\n" +
".dump #dump-list-container {\n" +
" display: block;\n" +
@@ -19243,6 +19259,10 @@
" border-color: rgb(129, 162, 190) !important;\n" +
" background-color: rgb(30,32,36);\n" +
"}\n" +
+":root.tomorrow #qr select,\n" +
+":root.tomorrow #file-n-submit > input {\n" +
+" border-color: rgb(40, 41, 42);\n" +
+"}\n" +
":root.tomorrow #qr-filename {\n" +
" color: rgb(197,200,198);\n" +
"}\n" +
diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip
index e6332bb0e..16def429d 100644
Binary files a/builds/4chan-X.zip and b/builds/4chan-X.zip differ
diff --git a/builds/updates-beta.xml b/builds/updates-beta.xml
index c9ab7a3b7..82704bf85 100644
--- a/builds/updates-beta.xml
+++ b/builds/updates-beta.xml
@@ -1,7 +1,7 @@
-
+
diff --git a/builds/updates.xml b/builds/updates.xml
index c5b8c5cd5..ca032778f 100644
--- a/builds/updates.xml
+++ b/builds/updates.xml
@@ -1,7 +1,7 @@
-
+
diff --git a/package.json b/package.json
index fc553fa76..bd790dd90 100755
--- a/package.json
+++ b/package.json
@@ -3,8 +3,8 @@
"description": "Cross-browser userscript for maximum lurking on 4chan.",
"meta": {
"name": "4chan X",
- "version": "1.10.3.7",
- "date": "2015-03-05T02:45:28.585Z",
+ "version": "1.10.3.8",
+ "date": "2015-03-05T20:16:53.148Z",
"repo": "https://github.com/ccd0/4chan-x/",
"page": "https://github.com/ccd0/4chan-x",
"downloads": "https://ccd0.github.io/4chan-x/builds/",