diff --git a/builds/appchan-x.user.js b/builds/appchan-x.user.js index 737da813f..1d16d7f9c 100644 --- a/builds/appchan-x.user.js +++ b/builds/appchan-x.user.js @@ -1913,7 +1913,7 @@ "Inputs": "rgb(0,0,0)", "Warnings": "rgb(153,0,0)", "Shadow Color": "rgba(0,0,0,.05)", - "Custom CSS": ".rice {\n box-shadow:rgba(255,253,255,.3) 0 1px;\n}\ninput[type=password]:hover,\ninput[type=text]:not([disabled]):hover,\ninput#fs_search:hover,\ninput.field:hover,\n.webkit select:hover,\ntextarea:hover,\n#appchanx-settings input:not([type=checkbox]):hover {\n box-shadow:inset rgba(0,0,0,.2) 0 1px 2px;\n}\ninput[type=password]:focus,\ninput[type=text]:focus,\ninput#fs_search:focus,\ninput.field:focus,\n.webkit select:focus,\ntextarea:focus,\n#appchanx-settings input:focus {\n box-shadow:inset rgba(0,0,0,.2) 0 1px 2px;\n}\nbutton,\ninput,\ntextarea,\n.rice {\n transition:background .2s,box-shadow .2s;\n}\n.boardTitle {\n color: #591177 !important;\n text-shadow: 1px 1px 1px #222 !important;\n}\n.boardSubtitle,\n.boardBanner .boardSubtitle > a {\n text-shadow: none !important;\n}\n.postNum a {\n color: #000000 !important;\n}\n.reply.post {\n border-color: transparent rgb(202,183,217) rgb(202,183,217) transparent;\n}" + "Custom CSS": ".rice {\n box-shadow:rgba(255,253,255,.3) 0 1px;\n}\ninput[type=password]:hover,\ninput[type=text]:not([disabled]):hover,\ninput#fs_search:hover,\ninput.field:hover,\ntextarea:hover,\n#appchanx-settings input:not([type=checkbox]):hover {\n box-shadow:inset rgba(0,0,0,.2) 0 1px 2px;\n}\ninput[type=password]:focus,\ninput[type=text]:focus,\ninput#fs_search:focus,\ninput.field:focus,\ntextarea:focus,\n#appchanx-settings input:focus {\n box-shadow:inset rgba(0,0,0,.2) 0 1px 2px;\n}\nbutton,\ninput,\ntextarea,\n.rice {\n transition:background .2s,box-shadow .2s;\n}\n.boardTitle {\n color: #591177 !important;\n text-shadow: 1px 1px 1px #222 !important;\n}\n.boardSubtitle,\n.boardBanner .boardSubtitle > a {\n text-shadow: none !important;\n}\n.postNum a {\n color: #000000 !important;\n}\n.reply.post {\n border-color: transparent rgb(202,183,217) rgb(202,183,217) transparent;\n}" }, "Vimyanized Dark": { "Author": "seaweed", @@ -12012,7 +12012,7 @@ 'Inputs': "rgb(" + textColor.rgb + ")", 'Warnings': "rgb(" + sageColor.rgb + ")", 'Shadow Color': "rbga(0,0,0,0.1)", - 'Custom CSS': ".board {\npadding: 1px 2px;\n}\n.rice {\nbox-shadow:rgba(" + mainColor.shiftRGB(32) + (",.3) 0 1px;\n}\ninput[type=password]:hover,\ninput[type=text]:not([disabled]):hover,\ninput#fs_search:hover,\ninput.field:hover,\n.webkit select:hover,\ntextarea:hover,\n#options input:not([type=checkbox]):hover {\n box-shadow:inset rgba(0,0,0,.2) 0 1px 2px;\n}\ninput[type=password]:focus,\ninput[type=text]:focus,\ninput#fs_search:focus,\ninput.field:focus,\n.webkit select:focus,\ntextarea:focus,\n#options input:focus {\n box-shadow:inset rgba(0,0,0,.2) 0 1px 2px;\n}\nbutton,\ninput,\ntextarea,\n.rice {\n transition:background .2s,box-shadow .2s;\n}\n " + (imported.customCSS || '')) + 'Custom CSS': ".board {\npadding: 1px 2px;\n}\n.rice {\nbox-shadow:rgba(" + mainColor.shiftRGB(32) + (",.3) 0 1px;\n}\ninput[type=password]:hover,\ninput[type=text]:not([disabled]):hover,\ninput#fs_search:hover,\ninput.field:hover,\ntextarea:hover,\n#options input:not([type=checkbox]):hover {\n box-shadow:inset rgba(0,0,0,.2) 0 1px 2px;\n}\ninput[type=password]:focus,\ninput[type=text]:focus,\ninput#fs_search:focus,\ninput.field:focus,\ntextarea:focus,\n#options input:focus {\n box-shadow:inset rgba(0,0,0,.2) 0 1px 2px;\n}\nbutton,\ninput,\ntextarea,\n.rice {\n transition:background .2s,box-shadow .2s;\n}\n " + (imported.customCSS || '')) }; } else { Themes[name] = imported; diff --git a/builds/crx/script.js b/builds/crx/script.js index da34384e4..6470fd0e9 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -1896,7 +1896,7 @@ "Inputs": "rgb(0,0,0)", "Warnings": "rgb(153,0,0)", "Shadow Color": "rgba(0,0,0,.05)", - "Custom CSS": ".rice {\n box-shadow:rgba(255,253,255,.3) 0 1px;\n}\ninput[type=password]:hover,\ninput[type=text]:not([disabled]):hover,\ninput#fs_search:hover,\ninput.field:hover,\n.webkit select:hover,\ntextarea:hover,\n#appchanx-settings input:not([type=checkbox]):hover {\n box-shadow:inset rgba(0,0,0,.2) 0 1px 2px;\n}\ninput[type=password]:focus,\ninput[type=text]:focus,\ninput#fs_search:focus,\ninput.field:focus,\n.webkit select:focus,\ntextarea:focus,\n#appchanx-settings input:focus {\n box-shadow:inset rgba(0,0,0,.2) 0 1px 2px;\n}\nbutton,\ninput,\ntextarea,\n.rice {\n transition:background .2s,box-shadow .2s;\n}\n.boardTitle {\n color: #591177 !important;\n text-shadow: 1px 1px 1px #222 !important;\n}\n.boardSubtitle,\n.boardBanner .boardSubtitle > a {\n text-shadow: none !important;\n}\n.postNum a {\n color: #000000 !important;\n}\n.reply.post {\n border-color: transparent rgb(202,183,217) rgb(202,183,217) transparent;\n}" + "Custom CSS": ".rice {\n box-shadow:rgba(255,253,255,.3) 0 1px;\n}\ninput[type=password]:hover,\ninput[type=text]:not([disabled]):hover,\ninput#fs_search:hover,\ninput.field:hover,\ntextarea:hover,\n#appchanx-settings input:not([type=checkbox]):hover {\n box-shadow:inset rgba(0,0,0,.2) 0 1px 2px;\n}\ninput[type=password]:focus,\ninput[type=text]:focus,\ninput#fs_search:focus,\ninput.field:focus,\ntextarea:focus,\n#appchanx-settings input:focus {\n box-shadow:inset rgba(0,0,0,.2) 0 1px 2px;\n}\nbutton,\ninput,\ntextarea,\n.rice {\n transition:background .2s,box-shadow .2s;\n}\n.boardTitle {\n color: #591177 !important;\n text-shadow: 1px 1px 1px #222 !important;\n}\n.boardSubtitle,\n.boardBanner .boardSubtitle > a {\n text-shadow: none !important;\n}\n.postNum a {\n color: #000000 !important;\n}\n.reply.post {\n border-color: transparent rgb(202,183,217) rgb(202,183,217) transparent;\n}" }, "Vimyanized Dark": { "Author": "seaweed", @@ -11453,7 +11453,6 @@ asapInit: function() { var cat, hyphenated, name, setting, title, _ref; - $.addClass(doc, 'webkit'); $.addClass(doc, 'blink'); $.addClass(doc, 'fourchan-x'); $.addClass(doc, 'appchan-x'); @@ -12001,7 +12000,7 @@ 'Inputs': "rgb(" + textColor.rgb + ")", 'Warnings': "rgb(" + sageColor.rgb + ")", 'Shadow Color': "rbga(0,0,0,0.1)", - 'Custom CSS': ".board {\npadding: 1px 2px;\n}\n.rice {\nbox-shadow:rgba(" + mainColor.shiftRGB(32) + (",.3) 0 1px;\n}\ninput[type=password]:hover,\ninput[type=text]:not([disabled]):hover,\ninput#fs_search:hover,\ninput.field:hover,\n.webkit select:hover,\ntextarea:hover,\n#options input:not([type=checkbox]):hover {\n box-shadow:inset rgba(0,0,0,.2) 0 1px 2px;\n}\ninput[type=password]:focus,\ninput[type=text]:focus,\ninput#fs_search:focus,\ninput.field:focus,\n.webkit select:focus,\ntextarea:focus,\n#options input:focus {\n box-shadow:inset rgba(0,0,0,.2) 0 1px 2px;\n}\nbutton,\ninput,\ntextarea,\n.rice {\n transition:background .2s,box-shadow .2s;\n}\n " + (imported.customCSS || '')) + 'Custom CSS': ".board {\npadding: 1px 2px;\n}\n.rice {\nbox-shadow:rgba(" + mainColor.shiftRGB(32) + (",.3) 0 1px;\n}\ninput[type=password]:hover,\ninput[type=text]:not([disabled]):hover,\ninput#fs_search:hover,\ninput.field:hover,\ntextarea:hover,\n#options input:not([type=checkbox]):hover {\n box-shadow:inset rgba(0,0,0,.2) 0 1px 2px;\n}\ninput[type=password]:focus,\ninput[type=text]:focus,\ninput#fs_search:focus,\ninput.field:focus,\ntextarea:focus,\n#options input:focus {\n box-shadow:inset rgba(0,0,0,.2) 0 1px 2px;\n}\nbutton,\ninput,\ntextarea,\n.rice {\n transition:background .2s,box-shadow .2s;\n}\n " + (imported.customCSS || '')) }; } else { Themes[name] = imported; diff --git a/src/General/Globals.coffee b/src/General/Globals.coffee index 61196d0cb..7d1030fa6 100644 --- a/src/General/Globals.coffee +++ b/src/General/Globals.coffee @@ -1720,7 +1720,6 @@ input[type=password]:hover, input[type=text]:not([disabled]):hover, input#fs_search:hover, input.field:hover, -.webkit select:hover, textarea:hover, #appchanx-settings input:not([type=checkbox]):hover { box-shadow:inset rgba(0,0,0,.2) 0 1px 2px; @@ -1729,7 +1728,6 @@ input[type=password]:focus, input[type=text]:focus, input#fs_search:focus, input.field:focus, -.webkit select:focus, textarea:focus, #appchanx-settings input:focus { box-shadow:inset rgba(0,0,0,.2) 0 1px 2px; diff --git a/src/General/css/style.css b/src/General/css/style.css index 6d418f4d1..8c25387d0 100644 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -762,7 +762,7 @@ input.field.tripped:not(:hover):not(:focus) { width: 25%; vertical-align: top; } -:root.webkit #qr [type='submit'] { +:root.blink #qr [type='submit'] { height: 24px; } /* Fake File Input */ @@ -932,7 +932,7 @@ a:only-of-type > .remove { .textarea { position: relative; } -:root.webkit .textarea { +:root.blink .textarea { margin-bottom: -2px; } #char-count { diff --git a/src/General/css/theme.import.css b/src/General/css/theme.import.css index 2afb0bdcd..b96a8d067 100644 --- a/src/General/css/theme.import.css +++ b/src/General/css/theme.import.css @@ -8,7 +8,6 @@ input[type=password]:hover, input[type=text]:not([disabled]):hover, input#fs_search:hover, input.field:hover, -.webkit select:hover, textarea:hover, #options input:not([type=checkbox]):hover { box-shadow:inset rgba(0,0,0,.2) 0 1px 2px; @@ -17,7 +16,6 @@ input[type=password]:focus, input[type=text]:focus, input#fs_search:focus, input.field:focus, -.webkit select:focus, textarea:focus, #options input:focus { box-shadow:inset rgba(0,0,0,.2) 0 1px 2px; diff --git a/src/Theming/Style.coffee b/src/Theming/Style.coffee index c00ff4825..5af79d721 100644 --- a/src/Theming/Style.coffee +++ b/src/Theming/Style.coffee @@ -7,7 +7,6 @@ Style = asapInit: -> <% if (type === 'crx') { %> - $.addClass doc, 'webkit' $.addClass doc, 'blink' <% } else { %> $.addClass doc, 'gecko'