X-Git-Url: https://scm.cri.ensmp.fr/git/Plinn.git/blobdiff_plain/e957cc2a18fd2363fe6451c2cff2edd452379f66..1604fa1edceb391a268f458fe09f6431bd818e61:/skins/generic/content_style.css.dtml diff --git a/skins/generic/content_style.css.dtml b/skins/generic/content_style.css.dtml index 0748908..0dc1b34 100644 --- a/skins/generic/content_style.css.dtml +++ b/skins/generic/content_style.css.dtml @@ -2,6 +2,21 @@ .rounded-corners { border-radius: &dtml-borderRadius;px; + padding: &dtml-borderRadius;px; +} + +.std-border { + border: &dtml-tabsBorderWidth; solid &dtml-tabsBorderColor;; +} + +.std-background { + padding: &dtml-borderRadius;px; + background: &dtml-outlineColor;; +} + +.std-focusbox { + background: &dtml-tabsBorderColor;; + padding: &dtml-borderRadius;px; } /* */ \ No newline at end of file