summaryrefslogtreecommitdiff
path: root/httemplate/elements/freeside-menu.css
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/freeside-menu.css')
-rw-r--r--httemplate/elements/freeside-menu.css14
1 files changed, 5 insertions, 9 deletions
diff --git a/httemplate/elements/freeside-menu.css b/httemplate/elements/freeside-menu.css
index 9533f1950..a66ebc0db 100644
--- a/httemplate/elements/freeside-menu.css
+++ b/httemplate/elements/freeside-menu.css
@@ -1,11 +1,9 @@
input.fsblackbutton {
- background-color:#aaaaaa;
+ background-color:#cccccc;
color: #333333;
border:1px solid #888888;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
+ border-radius: 2px;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-weight:bold;
@@ -20,17 +18,15 @@ input.fsblackbutton {
input.fsblackbutton:hover,input.fsblackbutton:focus,
input.fsblackbuttonselected:hover, input.fsblackbuttonselected:focus {
- background:#aaaaaa;
+ background:#cccccc;
}
input.fsblackbuttonselected {
- background-color:#aaaaaa;
+ background-color:#cccccc;
color: #7e0079;
border:1px solid #7e0079;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
+ border-radius: 2px;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-weight:bold;