From 82a6ab0c14ca056f71703ccc285b7d0f087c8af5 Mon Sep 17 00:00:00 2001 From: Czterooki Date: Mon, 19 Aug 2013 10:52:57 -0400 Subject: [PATCH] Add dark controls --- stylesheets/dark_roach.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/stylesheets/dark_roach.css b/stylesheets/dark_roach.css index b10629ef..271d6856 100644 --- a/stylesheets/dark_roach.css +++ b/stylesheets/dark_roach.css @@ -84,6 +84,8 @@ input[type="text"], input[type="password"], textarea { text-shadow: none; text-transform: none; word-spacing: normal; + background: #333333; + color: #999999; } form table tr td { text-align: left; @@ -469,3 +471,12 @@ p.intro.thread-hidden { margin: 0px; padding: 0px; } +input[type="submit"], select { +background: #333333; +border: 1px solid #666666; +color: #999999; +} +input[type="submit"]:hover +{ + color: #9999CC; +}