summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-18 10:04:24 +0100
committerAndrew Dolgov <[email protected]>2005-11-18 10:04:24 +0100
commita3ab66336f99226067778a6d53f369193aeca25c (patch)
treee66459dd77acf4125feb389abc7ab33c5dd15482 /tt-rss.css
parente6cb77a07ad5ff4b7d43aa00fdf1fc810bfebf69 (diff)
rounded tabs for gecko
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css2
1 files changed, 2 insertions, 0 deletions
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;
}