Anything that has a click action should show that on hover.

This commit is contained in:
Kerrick Long
2011-07-12 17:45:34 -05:00
parent b19b11e136
commit 13e956d1a7
+3
View File
@@ -121,6 +121,9 @@ li[data-dir='-1'] .downmod {
font-weight: bold;
padding: 0 4px;
}
.actions a[onclick] {
cursor: pointer;
}
.actions a:first-child {
padding-left:0;
}