X-Git-Url: https://svn.cri.ensmp.fr/git/Plinn.git/blobdiff_plain/b4363501ff8acc7e09681260f077f35b76864690..refs/heads/zope-2.13:/skins/generic/content_style.css.dtml diff --git a/skins/generic/content_style.css.dtml b/skins/generic/content_style.css.dtml index 21ced1d..0dc1b34 100644 --- a/skins/generic/content_style.css.dtml +++ b/skins/generic/content_style.css.dtml @@ -2,6 +2,7 @@ .rounded-corners { border-radius: &dtml-borderRadius;px; + padding: &dtml-borderRadius;px; } .std-border { @@ -10,12 +11,11 @@ .std-background { padding: &dtml-borderRadius;px; - background: &dtml-backgroundColor;; + background: &dtml-outlineColor;; } .std-focusbox { background: &dtml-tabsBorderColor;; - color: &dtml-tabsFontColor;; padding: &dtml-borderRadius;px; }