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 {
Updated by anbr over 12 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset eb01b1bbc3b03073600869a7453853d9d9970500.
Updated by anbr over 12 years ago
- Assignee set to anbr
- Target version set to xxv-1.7.0
Actions