From 13e956d1a7ab2adac3b81c99dfad3378d6312c09 Mon Sep 17 00:00:00 2001 From: Kerrick Long Date: Tue, 12 Jul 2011 17:45:34 -0500 Subject: [PATCH] Anything that has a click action should show that on hover. --- css/popup.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/popup.css b/css/popup.css index 99d2fd8..71f14ca 100644 --- a/css/popup.css +++ b/css/popup.css @@ -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; }