X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Ffreeside-menu.css;h=365b9d443d3f781446cc187e14cbe4e4db0d990b;hp=165f7f4b9ef370414e75f556642773086a4cdb01;hb=b71b1576c68bc40ad26592b354feace37a029f0e;hpb=10e462292b42813dce6e1034064c55c7fddd42a4 diff --git a/httemplate/elements/freeside-menu.css b/httemplate/elements/freeside-menu.css index 165f7f4b9..365b9d443 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 #cccccc; + border:1px solid #888888; - -moz-border-radius: 8px; - -webkit-border-radius: 8px; - border-radius: 8px; + 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: 8px; - -webkit-border-radius: 8px; - border-radius: 8px; + border-radius: 2px; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight:bold; @@ -46,6 +42,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; @@ -143,3 +142,13 @@ a:visited:hover.fsdarkbutton { overflow:visible; } + +/* elements/notify-tickets.html is in the menu area */ +.dot { + border-radius: 50%; + border: 1px solid black; + width: 1ex; + height: 1ex; + display: inline-block; + margin-top: 0.3ex; +}