Actions
Bug #941
closedNo edge transparency in snow frame images / padding
Description
The new images in skins/snow/images/artwork/ and the derived images used for the skin do not have the transparent right&bottom edge.
Safary has a 1px gap in td.fieldhead. This fixes the issue:
diff --git a/skins/snow/style-snow.css b/skins/snow/style-snow.css index e15ac5b..e6db424 100644 --- a/skins/snow/style-snow.css +++ b/skins/snow/style-snow.css @@ -364,7 +364,7 @@ height:20px; color:#000; font-size:12px; font-weight:700; -padding:3px 12px 0 4px; +padding:2px 12px 0 4px; } div.fieldtext {
Actions