From 374b6abd5952c1b54eed08dc972718abf4b3259c Mon Sep 17 00:00:00 2001 From: phamt Date: Thu, 1 Dec 2011 14:42:20 +0000 Subject: [PATCH] Changed nodes border color. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11107 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-UI/css/style.css b/xCAT-UI/css/style.css index d225660d7..b7192f99a 100644 --- a/xCAT-UI/css/style.css +++ b/xCAT-UI/css/style.css @@ -166,7 +166,7 @@ pre { } #groups .selectgroup { - background: #E6E6F2; + background: #E5E5E5; font-weight: bold; } @@ -183,7 +183,7 @@ pre { margin: 10px 0px 0px 0px; padding: 0px 0px 0px 5px; display: inline-block; - border-left: medium solid #E6E6F2; + border-left: medium solid #E5E5E5; } .summarypie {