From a19260d55ec37497c9fda31d959efa6c1897c634 Mon Sep 17 00:00:00 2001
From: Denis Walker <dez@sucs.org>
Date: Sat, 13 Nov 2010 01:34:09 +0000
Subject: [PATCH] Adds Firefox support for CSS rounded menus

---
 htdocs/css/sucs.css | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/htdocs/css/sucs.css b/htdocs/css/sucs.css
index 9bab370..79eeda8 100644
--- a/htdocs/css/sucs.css
+++ b/htdocs/css/sucs.css
@@ -163,6 +163,8 @@ a:hover {
 	background: #e76808;
 	border-top-right-radius: 7px;
 	border-bottom-right-radius: 7px;
+	-moz-border-radius-topright: 7px;
+	-moz-border-radius-bottomright: 7px;
 	padding-left: 1em;
 	margin-bottom: 2px;
 }
@@ -174,6 +176,7 @@ a:hover {
 #navigationC ul li a.select {
 	color: #fff0cd;
 	border-bottom-right-radius: 0;
+	-moz-border-radius-bottomright: 0;
 }
 
 /* --- Submenu item */
@@ -184,6 +187,8 @@ a:hover {
 	background: #ffa405;
 	border-top-right-radius: 0;
 	border-bottom-right-radius: 0;
+	-moz-border-radius-topright: 0;
+	-moz-border-radius-bottomright: 0;
 	color: #d45e08;
 }
 
@@ -198,11 +203,13 @@ a:hover {
 
 #navigationC ul ul li#lastsub a {
 	border-bottom-right-radius: 7px;
+	-moz-border-radius-bottomright: 7px;
 }
 
 #navigationC ul li#lastsub a {
 	display: block;
 	border-bottom-right-radius: 7px;
+	-moz-border-radius-bottomright: 7px;
 }
 
 /* --------------------------------------------------
-- 
GitLab