diff --git a/themes/default/default.css b/themes/default/default.css index 8a56bbba..6f97e398 100755 --- a/themes/default/default.css +++ b/themes/default/default.css @@ -198,9 +198,9 @@ td { /* attachment line */ .attachment { - border:1px solid #808040; - border-top:1px solid white; - border-left:1px solid white; + border-left:1px solid gray; + border-right:1px solid gray; + border-bottom:1px solid gray; background-color:#FFFFB0; text-align:left; }