NIHVIVO-2343 Use more specific CSS style names to avoid conflict.

This commit is contained in:
j2blake 2011-10-28 14:53:13 +00:00
parent 9fa5986cf2
commit f5fc34628b
2 changed files with 12 additions and 8 deletions

View file

@ -4,12 +4,12 @@
/* BOGUS STUFF FOR PROXIES ------------------------------------> */
/* -------------------------------------------------> */
.new {
.newProxyItem {
background-color: #DDFFDD;
}
.existing {
.existingProxyItem {
background-color: #DDDDDD;
}
.removed {
.removedProxyItem {
background-color: #FFDDDD;
}