X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Ffreeside-menu.css;h=9533f195049eb5cb34ac34ceb14ed055763a927c;hb=f3066cbe669a488a7842a1219b2cddf8690f2c32;hp=58cb49b4d0d110cfffe950d7648eb60d6a8c178a;hpb=e26b6570a1ff89dcdd0aee757857c3b335bf90be;p=freeside.git 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;