Styles.
[Plinn.git] / skins / generic / content_style.css.dtml
index a723a03..aa92d64 100644 (file)
@@ -2,6 +2,7 @@
 
 .rounded-corners {
        border-radius: &dtml-borderRadius;px;
+       padding: &dtml-borderRadius;px;
 }
 
 .std-border {
 
 .std-background {
   padding: &dtml-borderRadius;px;
-  background: &dtml-backgroundColor;;
+  background: &dtml-outlineColor;;
+}
+
+.std-focusbox {
+  background: &dtml-tabsBorderColor;;
+  color: &dtml-tabsFontColor;;
+  padding: &dtml-borderRadius;px;
 }
 
 /*</dtml-with> */
\ No newline at end of file