X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Ffreeside-menu.css;h=365b9d443d3f781446cc187e14cbe4e4db0d990b;hp=9533f195049eb5cb34ac34ceb14ed055763a927c;hb=b71b1576c68bc40ad26592b354feace37a029f0e;hpb=3b82f8a7996e40a26d07f79fa2ecf1c7e3398b51 diff --git a/httemplate/elements/freeside-menu.css b/httemplate/elements/freeside-menu.css index 9533f1950..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 #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; @@ -146,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; +}