Don't highlight container names
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 12 Jun 2009 20:23:02 +0000 (14:23 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 15 Jun 2009 10:31:51 +0000 (04:31 -0600)
imp/themes/screen-dimp.css

index 225893f..91c16ba 100644 (file)
@@ -369,7 +369,7 @@ div.vpRow.flagDeleted {
 #myfolders {
     display: none;
 }
-#sidebarPanel .over a, #sidebarPanel li.folder:hover, #sidebarPanel li.custom:hover, #sidebarPanel li.servicelink:hover {
+#sidebarPanel .over a, #sidebarPanel li.folder[ftype=folder]:hover, #sidebarPanel li.custom:hover, #sidebarPanel li.servicelink:hover {
     font-weight: bold;
     text-decoration: underline;
 }