From 9abb0a15812d7a0a16f17fe55d47bdfd88f13cc0 Mon Sep 17 00:00:00 2001
From: z3d <z3d@mail.i2p>
Date: Fri, 24 Jul 2009 01:07:07 +0000
Subject: [PATCH] I2PSnark: Fix bad button behaviour.

---
 installer/resources/themes/console/snark.css | 19 ++++---------------
 1 file changed, 4 insertions(+), 15 deletions(-)

diff --git a/installer/resources/themes/console/snark.css b/installer/resources/themes/console/snark.css
index bbac3f940d..6ffb3b3340 100644
--- a/installer/resources/themes/console/snark.css
+++ b/installer/resources/themes/console/snark.css
@@ -46,7 +46,7 @@ body {
      opacity: 0.7;
      color: #003;
 }
-.snarkRefresh:hover{
+.snarkRefresh:hover, .snarkRefresh:hover:visited{
      border: 1px solid #eef;
      padding: 2px 10px;
      background: #003;
@@ -65,21 +65,10 @@ body {
 }
 
 .snarkRefresh:visited {
-     border: 2px outset #eef;
-     padding: 1px 10px;
-     background: #eef;
-     text-decoration: none;
-     border-radius: 3px;
-     -moz-border-radius: 3px;
-     -khtml-border-radius: 3px;
-     font-size: 9pt;
-     font-weight: bold;
-     margin: 0px 3px 0px 3px !important;
-     text-align: center;
-     vertical-align: middle;
-     text-transform: uppercase;
+     border: 1px outset #eef;
      opacity: 0.7;
      color: #003;
+     background: #eef;
 }
 
 .snarkMessages {
@@ -117,7 +106,6 @@ table {
 	padding: 0px;
 	border-width: 0px;
 	border-spacing: 0px;
-  background-color: #f9f;
 }
 
 th {
@@ -132,6 +120,7 @@ th {
 .SnarkTorrents {
 	margin: 0;
 	border: 1px solid #001;
+  background-color: #f9f;
 }
 
 td {
-- 
GitLab