diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-22 17:01:57 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-22 17:01:57 +0000 |
commit | 8daec3c245fd1127ea96e0ef1312fcad91b53a3f (patch) | |
tree | a13df7b8966dfb9b0bebcc9e6fa523b19f954b5b /theme/identica | |
parent | ead13846505be3e183ecf05f5897636f0d9e5755 (diff) |
Colour fix for Subscribe input.submit
Diffstat (limited to 'theme/identica')
-rw-r--r-- | theme/identica/css/display.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css index 1df14a7f1..66ee3c25d 100644 --- a/theme/identica/css/display.css +++ b/theme/identica/css/display.css @@ -58,8 +58,7 @@ background-color:#fcfffc; #aside_primary, #entity_subscribe a, -#TB_window input.submit, -.form_user_subscribe input.submit { +#TB_window input.submit { background-color:#CEE1E9; } |