* i2psnark:

- Retry link on torrent download fail
    - Clear URL after clicking 'add torrent'
    - Message tweaks
    - CSS tweaks
This commit is contained in:
zzz
2011-11-30 23:15:22 +00:00
parent 9ae07688a5
commit 5fd20fc77c
2 changed files with 30 additions and 8 deletions

View File

@@ -95,15 +95,15 @@ body {
color: #26f;
height: 70px;
width: auto;
background: #101 url('/themes/snark/ubergine/images/hat.png') no-repeat scroll right center;
background: #2a192a url('/themes/snark/ubergine/images/hat.png') no-repeat scroll right center;
}
.snarkMessages a:link, .snarkMessages a:visited {
color: #37f !important;
color: #69f !important;
}
.snarkMessages a:hover {
color: #59f !important;
color: #f90 !important;
}
.logshim {
@@ -116,7 +116,7 @@ pre {
padding: 0;
text-align: left !important;
height: 8px;
color: #13f;
color: #35f;
font-weight: bold !important;
}
@@ -515,7 +515,7 @@ input[type=image]:hover, thead img:hover {
}
input[type=text]:active, input[type=text]:hover, input.r:hover {
background: #f60;
background: #d60;
color: #fff;
}