diff options
Diffstat (limited to 'httemplate/elements/freeside-menu.css')
| -rw-r--r-- | httemplate/elements/freeside-menu.css | 15 | 
1 files changed, 9 insertions, 6 deletions
diff --git a/httemplate/elements/freeside-menu.css b/httemplate/elements/freeside-menu.css index 58cb49b4d..9533f1950 100644 --- a/httemplate/elements/freeside-menu.css +++ b/httemplate/elements/freeside-menu.css @@ -3,9 +3,9 @@ input.fsblackbutton {  	 color: #333333;  	 border:1px solid #888888; -	 -moz-border-radius: 8px; -	 -webkit-border-radius: 8px; -	 border-radius: 8px; +	 -moz-border-radius: 4px; +	 -webkit-border-radius: 4px; +	 border-radius: 4px;           font-family: Arial, Verdana, Helvetica, sans-serif;  	 font-weight:bold; @@ -28,9 +28,9 @@ input.fsblackbuttonselected {  	 color: #7e0079;  	 border:1px solid #7e0079; -	 -moz-border-radius: 8px; -	 -webkit-border-radius: 8px; -	 border-radius: 8px; +	 -moz-border-radius: 4px; +	 -webkit-border-radius: 4px; +	 border-radius: 4px;           font-family: Arial, Verdana, Helvetica, sans-serif;  	 font-weight:bold; @@ -46,6 +46,9 @@ input.fsblackbuttonselected {  input.fstext {           border: 1px solid #666666;           padding: 1px; +	 -moz-border-radius: 2px; +	 -webkit-border-radius: 2px; +	 border-radius: 2px;           vertical-align:bottom;           text-align:right;  | 
