NIHVIVO-2343 Use more specific CSS style names to avoid conflict.
This commit is contained in:
parent
9fa5986cf2
commit
f5fc34628b
2 changed files with 12 additions and 8 deletions
|
@ -4,12 +4,12 @@
|
|||
/* BOGUS STUFF FOR PROXIES ------------------------------------> */
|
||||
/* -------------------------------------------------> */
|
||||
|
||||
.new {
|
||||
.newProxyItem {
|
||||
background-color: #DDFFDD;
|
||||
}
|
||||
.existing {
|
||||
.existingProxyItem {
|
||||
background-color: #DDDDDD;
|
||||
}
|
||||
.removed {
|
||||
.removedProxyItem {
|
||||
background-color: #FFDDDD;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue