(trunk web) show the dark green bar for the complete side of the seeding progress bar, and the light green bar for the incomplete side

This commit is contained in:
Mitchell Livingston 2011-08-25 02:50:47 +00:00
parent ad5788feae
commit f4ee57253a
1 changed files with 4 additions and 3 deletions

View File

@ -446,11 +446,12 @@ ul.torrent_list div.torrent_progress_bar.incomplete.leeching {
border-color: #CFCFCF;
}
ul.torrent_list div.torrent_progress_bar.complete.seeding {
background-position: left -10px;
background-position: left -40px;
border: 1px solid #269E30;
}
ul.torrent_list div.torrent_progress_bar.incomplete.seeding {
background-position: left -40px;
border-color: #35AC47;
background-position: left -10px;
border-color: #29AD35;
}
/****