]> git.wh0rd.org - tt-rss.git/commitdiff
rounded tabs for gecko
authorAndrew Dolgov <fox@madoka.spb.ru>
Fri, 18 Nov 2005 09:04:24 +0000 (10:04 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Fri, 18 Nov 2005 09:04:24 +0000 (10:04 +0100)
tt-rss.css

index b45f0d4274deac21dc6ae8963f3caead59431612..3fb4961b0236856ea2594f14e03dac9238016d09 100644 (file)
@@ -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;
 }