From e70ec46f0b80656a176f76bb16f447eba34e0cc8 Mon Sep 17 00:00:00 2001 From: marj Date: Thu, 29 Oct 2009 11:19:28 +0000 Subject: [PATCH] add .required --- e107_themes/_blank/admin_style.css | 1 + e107_themes/_blank/style.css | 1 + 2 files changed, 2 insertions(+) diff --git a/e107_themes/_blank/admin_style.css b/e107_themes/_blank/admin_style.css index 1ed1be8ac..dbd2e8e9a 100644 --- a/e107_themes/_blank/admin_style.css +++ b/e107_themes/_blank/admin_style.css @@ -266,6 +266,7 @@ div.bbarea.small, .tbox.small, .tbox.helpbox.small { width: 250px !important; } .success { color: green; } .error { color: #FF0000 } .info {} +.required { color:red } /******** Tooltip info */ .e-info {} diff --git a/e107_themes/_blank/style.css b/e107_themes/_blank/style.css index 9fa788c2d..a0607dbdd 100644 --- a/e107_themes/_blank/style.css +++ b/e107_themes/_blank/style.css @@ -99,3 +99,4 @@ pre { .success { color: green; } .error { color: #FF0000 } .info {} +.required { color:red }