I2PSnark: Fix bad button behaviour.

This commit is contained in:
z3d
2009-07-24 01:07:07 +00:00
parent e60e29b70f
commit 9abb0a1581

View File

@ -46,7 +46,7 @@ body {
opacity: 0.7; opacity: 0.7;
color: #003; color: #003;
} }
.snarkRefresh:hover{ .snarkRefresh:hover, .snarkRefresh:hover:visited{
border: 1px solid #eef; border: 1px solid #eef;
padding: 2px 10px; padding: 2px 10px;
background: #003; background: #003;
@ -65,21 +65,10 @@ body {
} }
.snarkRefresh:visited { .snarkRefresh:visited {
border: 2px outset #eef; border: 1px 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;
opacity: 0.7; opacity: 0.7;
color: #003; color: #003;
background: #eef;
} }
.snarkMessages { .snarkMessages {
@ -117,7 +106,6 @@ table {
padding: 0px; padding: 0px;
border-width: 0px; border-width: 0px;
border-spacing: 0px; border-spacing: 0px;
background-color: #f9f;
} }
th { th {
@ -132,6 +120,7 @@ th {
.SnarkTorrents { .SnarkTorrents {
margin: 0; margin: 0;
border: 1px solid #001; border: 1px solid #001;
background-color: #f9f;
} }
td { td {