X-Git-Url: https://scm.cri.mines-paristech.fr/git/Plinn.git/blobdiff_plain/fff8677b8b6361b58f21c9384a8dc602feb5af05..1a0790a4a065c0d2e8a45b08188791b51a35bc29:/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 a723a03..aa92d64 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,13 @@ .std-background { padding: &dtml-borderRadius;px; - background: &dtml-backgroundColor;; + background: &dtml-outlineColor;; +} + +.std-focusbox { + background: &dtml-tabsBorderColor;; + color: &dtml-tabsFontColor;; + padding: &dtml-borderRadius;px; } /* */ \ No newline at end of file