diff --git a/src/General/css/style.css b/src/General/css/style.css index adea27ca0..c07c15c9c 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -1247,30 +1247,23 @@ input[name="Default Volume"] { #qr.forced-anon input[data-name="sub"]:not(.force-show), #qr.reply-to-thread input[data-name="sub"]:not(.force-show), #qr.reply-to-thread select[name="filetag"], -body:not(.board_jp) #sjis-toggle, -#sjis-toggle > input { +body:not(.board_jp) #sjis-toggle { display: none; } #sjis-toggle { + -webkit-flex: 0 0 23px; + flex: 0 0 23px; -webkit-align-self: stretch; align-self: stretch; - width: 20px; border: 1px solid #BBB; - background-color: #DCDCDC; - color: #000; - display: -webkit-flex; - display: flex; - -webkit-align-items: center; - align-items: center; -} -#sjis-toggle::after { - content: "∀"; - margin: auto; -} -#qr:not(.sjis-preview) #sjis-toggle { + padding: 0; background: linear-gradient(to bottom, #F8F8F8, #DCDCDC) no-repeat; + color: #000; } -#sjis-toggle, #qr.sjis-preview textarea { +#qr.sjis-preview #sjis-toggle { + background: #DCDCDC; +} +#sjis-toggle, #qr.sjis-preview textarea.field { font-family: "IPAMonaPGothic","Mona","MS PGothic",monospace; font-size: 16px; line-height: 17px; diff --git a/src/General/css/tomorrow.css b/src/General/css/tomorrow.css index 1176798cc..3f1ca38b1 100755 --- a/src/General/css/tomorrow.css +++ b/src/General/css/tomorrow.css @@ -87,8 +87,7 @@ :root.tomorrow .qr-preview { background-color: rgba(255, 255, 255, .15); } -:root.tomorrow #qr .field, -:root.tomorrow #qr #sjis-toggle { +:root.tomorrow #qr .field { background-color: rgb(26, 27, 29); color: rgb(197,200,198); border-color: rgb(40, 41, 42); @@ -98,8 +97,20 @@ border-color: rgb(129, 162, 190) !important; background-color: rgb(30,32,36); } -:root.tomorrow #qr:not(.sjis-preview) #sjis-toggle { +:root.tomorrow #sjis-toggle { background: linear-gradient(to bottom, #2E3035, #222427) no-repeat; + color: rgb(197,200,198); + border-color: rgb(40, 41, 42); + outline: none; +} +:root.tomorrow #sjis-toggle::-moz-focus-inner { + border: none; +} +:root.tomorrow #sjis-toggle:focus { + border-color: rgb(129, 162, 190); +} +:root.tomorrow #qr.sjis-preview #sjis-toggle { + background: rgb(26, 27, 29); } :root.tomorrow #qr select, :root.tomorrow #file-n-submit > input { diff --git a/src/General/html/Features/QuickReply.html b/src/General/html/Features/QuickReply.html index 48d15ede4..161f40ae4 100755 --- a/src/General/html/Features/QuickReply.html +++ b/src/General/html/Features/QuickReply.html @@ -10,7 +10,7 @@