From a3ab66336f99226067778a6d53f369193aeca25c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 18 Nov 2005 10:04:24 +0100 Subject: [PATCH] rounded tabs for gecko --- tt-rss.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tt-rss.css b/tt-rss.css index b45f0d427..3fb4961b0 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -471,6 +471,7 @@ input.prefsTab { background-image : url("images/vgrad_light_rev2.png"); background-position : top left; background-repeat : repeat-x; + -moz-border-radius : 7px 7px 0px 0px; } input.prefsTabSelected { @@ -483,6 +484,7 @@ input.prefsTabSelected { font-weight : bold; background-position : top left; background-repeat : repeat-x; + -moz-border-radius : 7px 7px 0px 0px; }