X-Git-Url: https://scm.cri.ensmp.fr/git/Plinn.git/blobdiff_plain/fff8677b8b6361b58f21c9384a8dc602feb5af05..1604fa1edceb391a268f458fe09f6431bd818e61:/skins/generic/content_style.css.dtml diff --git a/skins/generic/content_style.css.dtml b/skins/generic/content_style.css.dtml index a723a03..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,7 +11,12 @@ .std-background { padding: &dtml-borderRadius;px; - background: &dtml-backgroundColor;; + background: &dtml-outlineColor;; +} + +.std-focusbox { + background: &dtml-tabsBorderColor;; + padding: &dtml-borderRadius;px; } /* */ \ No newline at end of file