X-Git-Url: https://scm.cri.mines-paristech.fr/git/Plinn.git/blobdiff_plain/b4363501ff8acc7e09681260f077f35b76864690..feb12ae288263dbeb490147bbcd4e0a6d134da5f:/skins/generic/content_style.css.dtml?ds=inline 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; }