I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 9abb0a15 authored by z3d's avatar z3d
Browse files

I2PSnark: Fix bad button behaviour.

parent e60e29b7
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment