svncommit
2007-09-25 b0dbf3ce3e8a7b72e9d2c2376015f1f47de84d12
skins/default/settings.css
@@ -76,6 +76,12 @@
  height: expression((parseInt(document.documentElement.clientHeight)-215)+'px');
}
#folder-manager.droptarget
{
  border: 1px solid #CC3333;
  background-color: #FFFFA6;
}
#identities-table
{
  width: 600px;
@@ -161,6 +167,20 @@
  white-space: nowrap;
  border-bottom: 1px solid #EBEBEB;
  background-color: #F9F9F9;
  cursor: pointer;
}
#subscription-table tr.selected td,
#subscription-table tr.selected td a
{
  color: #FFFFFF;
  background-color: #CC3333;
}
#subscription-table tr.droptarget td,
#subscription-table tr.droptarget td a
{
  background-color: #FFFFA6;
}
#subscription-table td.name