diff --git a/stylesheets/dark_bunker.css b/stylesheets/dark_bunker.css index 9cbaa129..c291404f 100644 --- a/stylesheets/dark_bunker.css +++ b/stylesheets/dark_bunker.css @@ -61,7 +61,7 @@ form table tr th { border: 1px solid #117743; } /* Input fields */ -textarea, input:not([type="file"]):not([type="checkbox"]), [type="submit"] { +textarea, input:not([type="file"]):not([type="checkbox"]), [type="submit"], select { color: #ACACAC; background: #282A2E; border: 1px double #07371F; diff --git a/stylesheets/dark_bunker_red.css b/stylesheets/dark_bunker_red.css index a9d28fa7..1b9b3489 100644 --- a/stylesheets/dark_bunker_red.css +++ b/stylesheets/dark_bunker_red.css @@ -61,7 +61,7 @@ form table tr th { border: 1px solid #cd0000; } /* Input fields */ -textarea, input:not([type="file"]):not([type="checkbox"]), [type="submit"] { +textarea, input:not([type="file"]):not([type="checkbox"]), [type="submit"], select { color: #ACACAC; background: #282A2E; border: 1px double #07371F; diff --git a/stylesheets/demain.css b/stylesheets/demain.css index 057cb40e..df8f6318 100644 --- a/stylesheets/demain.css +++ b/stylesheets/demain.css @@ -95,7 +95,7 @@ form table tr th { border: 1px solid #373b41; } /* Input fields */ -textarea, input:not([type="file"]):not([type="checkbox"]), [type="submit"] { +textarea, input:not([type="file"]):not([type="checkbox"]), [type="submit"], select { color: #ACACAC; background: #282A2E; border: 1px double #1d1f21; diff --git a/stylesheets/demain_classic.css b/stylesheets/demain_classic.css index 97f3f490..ea290c47 100644 --- a/stylesheets/demain_classic.css +++ b/stylesheets/demain_classic.css @@ -60,7 +60,7 @@ form table tr th { border: 1px solid #373b41; } /* Input fields */ -textarea, input:not([type="file"]):not([type="checkbox"]), [type="submit"] { +textarea, input:not([type="file"]):not([type="checkbox"]), [type="submit"], select { color: #ACACAC; background: #282A2E; border: 1px double #1d1f21; diff --git a/stylesheets/gentoochan.css b/stylesheets/gentoochan.css index 93111b3f..49fa8a77 100644 --- a/stylesheets/gentoochan.css +++ b/stylesheets/gentoochan.css @@ -18,7 +18,7 @@ a.post_no { .boardlist { color: #ccc; } -div.post.reply, input, textarea { +div.post.reply, input, textarea, select { background: rgba(0, 0, 0, 0.1); border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 2px; diff --git a/stylesheets/gurochan.css b/stylesheets/gurochan.css index d763f5f0..45119baa 100644 --- a/stylesheets/gurochan.css +++ b/stylesheets/gurochan.css @@ -7,7 +7,7 @@ html, body { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 10pt; } -input, textarea { +input, textarea, select { background-color: #E6CBC0; border: 1px solid #CA927B; } diff --git a/stylesheets/muted.css b/stylesheets/muted.css index bd4516d8..c0d00ecb 100644 --- a/stylesheets/muted.css +++ b/stylesheets/muted.css @@ -115,7 +115,7 @@ form table tr th { /* Input fields */ textarea, input:not([type="file"]):not([type="checkbox"]), -[type="submit"] { +[type="submit"], select { color: #4c4c4c; background: #e9eced; border: 1px double #cccccc; diff --git a/stylesheets/szalet.css b/stylesheets/szalet.css index 77a216a6..88f7d094 100644 --- a/stylesheets/szalet.css +++ b/stylesheets/szalet.css @@ -48,7 +48,7 @@ input { textarea { background: #dedede url('img/testorange_textarea_bg.gif') repeat-x; } -input, textarea { +input, textarea, select { background: #200000; color: #99938D; } diff --git a/stylesheets/yotsuba.css b/stylesheets/yotsuba.css index 4ec557b9..e5adf7f1 100644 --- a/stylesheets/yotsuba.css +++ b/stylesheets/yotsuba.css @@ -30,6 +30,9 @@ form table tr th { color: #800000; border: 1px solid #800000; } +[type="submit"] { + border: 1px solid #9A9A9A; +} textarea:focus, input:not([type="file"]):not([type="checkbox"]):focus, [type="submit"]:hover { border: 1px solid #EA8; }