forked from I2P_Developers/i2p.i2p
I2PSnark: Invert show/hide peer icon functionality, tooltip change to "toggle peers"; fix alignment of "No torrents loaded" message with new css class; Replace brackets on Totals with ».
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
/* Guantanamo Commemorative Edition. */
|
||||
|
||||
body {
|
||||
background: #333 url('/themes/console/snark/images/graytile.png');
|
||||
background: #101 url('/themes/console/snark/images/graytile.png');
|
||||
color: #001;
|
||||
font: 8pt "Lucida Sans Unicode","Bitstream Vera Sans",Verdana,Tahoma,Helvetica,sans-serif;
|
||||
}
|
||||
@@ -167,6 +167,14 @@ td:first-child {
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
.snarkTorrentNoneLoaded {
|
||||
background: #323;
|
||||
font-size: 8.5pt;
|
||||
font-weight: bold;
|
||||
text-align: center !important;
|
||||
color: #bbb !important;
|
||||
}
|
||||
|
||||
.snarkTorrentStatus {
|
||||
padding: 1px 0 2px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user