forked from I2P_Developers/i2p.i2p
* i2psnark:
- Fix end-game deadlock
- Fix last-modified check for multifile torrents, causing
apparent loss of data after abnormal exit
- UI Tweaks
This commit is contained in:
@@ -361,6 +361,14 @@ td:first-child {
|
||||
color: #dd7 !important;
|
||||
}
|
||||
|
||||
.choked {
|
||||
color: #f00000 !important;
|
||||
}
|
||||
|
||||
.unchoked {
|
||||
color: #00f000 !important;
|
||||
}
|
||||
|
||||
.thumb {
|
||||
max-height: 64px;
|
||||
max-width: 96px;
|
||||
|
||||
@@ -365,6 +365,14 @@ td:first-child {
|
||||
color: #505 !important;
|
||||
}
|
||||
|
||||
.choked {
|
||||
color: #a00000 !important;
|
||||
}
|
||||
|
||||
.unchoked {
|
||||
color: #008000 !important;
|
||||
}
|
||||
|
||||
.thumb {
|
||||
max-height: 64px;
|
||||
max-width: 96px;
|
||||
|
||||
Reference in New Issue
Block a user