From bd62b8b39249f421525cf6d985b0461618d1020d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 21 Dec 2005 18:51:40 +0100 Subject: [PATCH] input border fix for FF --- tt-rss.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tt-rss.css b/tt-rss.css index 1ad987666..fd50263bc 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -459,7 +459,7 @@ a.button { display : none; } -td > input { +td > input, div > input { border : 1px solid #a0a0a0; }