From 2834a1a303fcc0865f713ba2d4cdf9c486e30d27 Mon Sep 17 00:00:00 2001 From: lace <> Date: Sun, 18 May 2008 15:31:25 +0000 Subject: [PATCH 1/1] Some hacks for the Firefox3 compatibility. --- .userContent.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.userContent.css b/.userContent.css index 37f1471..f1274b5 100644 --- a/.userContent.css +++ b/.userContent.css @@ -11,7 +11,7 @@ html,html>head,html>head *,html>body,html>body * { background-image: none !important; background-color: black !important; color: white !important; - border-color: gray !important; + border-color: black !important; /* These options would be nice but they break the formatting: position: static !important; left: 0px !important; @@ -43,11 +43,11 @@ html * blink { } html * input,html * select,html * textarea { - background-color: navy !important; padding: 1px !important; border-style: solid !important; border-width: 1px !important; margin: 1px !important; + color: black !important; } html * input,html * select,li,a { /* Conflicts with font-size etc.: */ -- 1.8.3.1