X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Ffreeside.css;h=3816f98782186ca624e4fecb180227afca034150;hb=7b125e587a4d1ee0aca692e23ea7897f671855ae;hp=aa32a6deaede0231438c3602760daa8be2d47984;hpb=3b82f8a7996e40a26d07f79fa2ecf1c7e3398b51;p=freeside.git diff --git a/httemplate/elements/freeside.css b/httemplate/elements/freeside.css index aa32a6dea..3816f9878 100644 --- a/httemplate/elements/freeside.css +++ b/httemplate/elements/freeside.css @@ -48,7 +48,7 @@ input[type="reset"], input[type="submit"], input[type="button"] { border-radius: 4px; -moz-box-shadow: #666666 1px 1px 2px; -webkit-box-shadow: #666666 1px 1px 2px; - box-shadow: #666666 0px 0px 2px; + box-shadow: #666666 1px 1px 2px; filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2); } @@ -147,3 +147,6 @@ a.fstabselected:hover { color: #000000; } +.background { + background-color:#f8f8f8; +}