X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Ffreeside-menu.css;h=9533f195049eb5cb34ac34ceb14ed055763a927c;hb=75e11f1d1a5ced24496b5732e290f7762403feb8;hp=165f7f4b9ef370414e75f556642773086a4cdb01;hpb=10e462292b42813dce6e1034064c55c7fddd42a4;p=freeside.git diff --git a/httemplate/elements/freeside-menu.css b/httemplate/elements/freeside-menu.css index 165f7f4b9..9533f1950 100644 --- a/httemplate/elements/freeside-menu.css +++ b/httemplate/elements/freeside-menu.css @@ -1,11 +1,11 @@ input.fsblackbutton { background-color:#aaaaaa; color: #333333; - border:1px solid #cccccc; + 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;