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; }