projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff60f30
)
Fix hover effect over special folders
author
Michael M Slusarz
<slusarz@curecanti.org>
Sat, 25 Jul 2009 03:58:47 +0000
(21:58 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Sat, 25 Jul 2009 16:47:20 +0000
(10:47 -0600)
imp/themes/screen-dimp.css
patch
|
blob
|
history
diff --git
a/imp/themes/screen-dimp.css
b/imp/themes/screen-dimp.css
index
82b374c
..
3970dd4
100644
(file)
--- a/
imp/themes/screen-dimp.css
+++ b/
imp/themes/screen-dimp.css
@@
-371,7
+371,7
@@
div.vpRow.flagDeleted {
#myfolders {
display: none;
}
-#sidebarPanel .over a, #sidebarPanel li.folder[ftype=folder]:hover, #sidebarPanel li.custom:hover, #sidebarPanel li.servicelink:hover {
+#sidebarPanel .over a, #sidebarPanel li.folder[ftype=folder]:hover, #sidebarPanel li.
folder[ftype=special]:hover, #sidebarPanel li.
custom:hover, #sidebarPanel li.servicelink:hover {
font-weight: bold;
text-decoration: underline;
}