15 lines
427 B
CSS
15 lines
427 B
CSS
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
|
|
|
/* -------------------------------------------------> */
|
|
/* BOGUS STUFF FOR PROXIES ------------------------------------> */
|
|
/* -------------------------------------------------> */
|
|
|
|
.newProxyItem {
|
|
background-color: #DDFFDD;
|
|
}
|
|
.existingProxyItem {
|
|
background-color: #DDDDDD;
|
|
}
|
|
.removedProxyItem {
|
|
background-color: #FFDDDD;
|
|
}
|