From a9ed72b9d1445791d1ffd0b2e49a4d9b56604f23 Mon Sep 17 00:00:00 2001 From: Artem Andreev Date: Thu, 23 Jun 2011 17:29:20 +0400 Subject: [PATCH] userwithoutenrol and userwithoutdata css fixes --- styles.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index 3f47381..9561ed9 100644 --- a/styles.css +++ b/styles.css @@ -31,11 +31,13 @@ margin: auto; } -.path-mod-attforblock .userwithoutenrol { +.path-mod-attforblock .userwithoutenrol, +.path-mod-attforblock .userwithoutenrol a{ color: gray; } -.path-mod-attforblock .userwithoutdata { +.path-mod-attforblock .userwithoutdata, +.path-mod-attforblock .userwithoutdata a{ color: red; }