From 58b8b5ef10c19791b232ce794361910eb6ec7942 Mon Sep 17 00:00:00 2001 From: Karen Date: Mon, 28 May 2012 20:01:59 +0530 Subject: [PATCH] tabs color --- itf/static/css/noel/inner.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/itf/static/css/noel/inner.css b/itf/static/css/noel/inner.css index 8afe8ec..526f714 100755 --- a/itf/static/css/noel/inner.css +++ b/itf/static/css/noel/inner.css @@ -159,6 +159,10 @@ color:#FFF; box-shadow:3px 0px 10px 1px #e0dfdf; cursor:pointer;} +.innerSelected a { +color:#FFF; +} + .tabText { display:none; }