Changed nodes border color.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11107 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
phamt 2011-12-01 14:42:20 +00:00
parent 986f82a33e
commit 374b6abd59

View File

@ -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 {