From 7a097c0c424b23e3a759b218262d09882d6461fc Mon Sep 17 00:00:00 2001 From: Kerrick Long Date: Thu, 14 Jul 2011 09:47:56 -0500 Subject: [PATCH] fixed link styles --- css/popup.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/css/popup.css b/css/popup.css index ff47904..38d3572 100644 --- a/css/popup.css +++ b/css/popup.css @@ -12,8 +12,10 @@ body { display: block; margin: auto; } -a { +a:link, a[onclick], a:visited { text-decoration: none; + color: blue; + cursor:pointer; } a:hover { text-decoration: underline; @@ -120,9 +122,6 @@ li[data-dir='-1'] .downmod { font-weight: bold; padding: 0 4px; } -.actions a[onclick] { - cursor: pointer; -} .actions a:first-child { padding-left:0; }