From 910bd332430b0af233ae78b330994520d4b59c97 Mon Sep 17 00:00:00 2001 From: sarven Date: Mon, 19 Jan 2009 00:10:42 +0000 Subject: Minimal cross browser styling (mostly IE7). w00t! --- theme/identica/css/display.css | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'theme/identica/css') diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css index a5b177004..8a1130387 100644 --- a/theme/identica/css/display.css +++ b/theme/identica/css/display.css @@ -5,13 +5,23 @@ background-color:#ddd; body { font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:1em; +background-color:#ddd; } input, textarea, select, option { font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; } +input, textarea, select { +border-color:#aaa; +} + input:focus, textarea:focus, select:focus { -border-color:#B2D0DD; +border-color:#A9BF4F; +} +input.submit { +background-color:#A9BF4F; +color:#fff; } + a { color:#002E6E; } @@ -33,7 +43,8 @@ background-color:#fcfffc; background-color:#CEE1E9; } - +#form_notice textarea { +} #form_notice label { color:#88171A; @@ -59,7 +70,8 @@ background-color:transparent; #site_nav_global_primary a { } - +#form_notice .form_actions input.submit { +} #nav_register a { background-color:#A9BF4F; color:#fff; -- cgit v1.2.3-54-g00ecf