diff --git a/package.json b/package.json index e4458a0b5..aefac46e6 100755 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "dev": " dev" }, "min": { - "chrome": "31", + "chrome": "32", "firefox": "26", "greasemonkey": "1.14" } diff --git a/src/General/css/style.css b/src/General/css/style.css index 94812aac2..cd6728fb7 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -616,7 +616,7 @@ span.hide-announcement { #updater > div:last-child { text-align: center; } -#updater input[type=number] { +#updater input[type="number"] { width: 4em; } :root.float #updater { @@ -898,7 +898,7 @@ span.hide-announcement { :root.hide-original-post-form #togglePostFormLink, :root:not(.catalog) #togglePostFormLink, #qr.autohide:not(.focus):not(:hover):not(:active) > form, -:root.thread-view #qr:not(.show-new-thread-option) select[data-name=thread], +:root.thread-view #qr:not(.show-new-thread-option) select[data-name="thread"], #file-n-submit:not(.has-file) #qr-filerm { display: none; } @@ -984,9 +984,9 @@ span.hide-announcement { flex: 1; width: 0; } -#qr.forced-anon input[data-name=name]:not(.force-show), -#qr.forced-anon input[data-name=sub]:not(.force-show), -#qr.reply-to-thread input[data-name=sub]:not(.force-show) { +#qr.forced-anon input[data-name="name"]:not(.force-show), +#qr.forced-anon input[data-name="sub"]:not(.force-show), +#qr.reply-to-thread input[data-name="sub"]:not(.force-show) { display: none; } #qr textarea.field { @@ -1026,11 +1026,11 @@ input.field.tripped:not(:hover):not(:focus) { #qr textarea { min-width: 100%; } -#qr [type='submit'] { +#qr [type="submit"] { width: 25%; vertical-align: top; } -:root.webkit #qr [type='submit'] { +:root.webkit #qr [type="submit"] { height: 24px; } #qr label input[type="checkbox"] { @@ -1094,12 +1094,12 @@ input#qr-filename:not(.edit) { #file-n-submit { height: 23px; } -#qr input[type=file] { +#qr input[type="file"] { visibility: hidden; position: absolute; } /* Thread Select / Spoiler Label */ -#qr select[data-name=thread] { +#qr select[data-name="thread"] { float: right; } #qr.has-spoiler .has-file #qr-spoiler-label {