1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-13 18:04:43 +00:00

(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

View file

@ -446,11 +446,12 @@ ul.torrent_list div.torrent_progress_bar.incomplete.leeching {
border-color: #CFCFCF; border-color: #CFCFCF;
} }
ul.torrent_list div.torrent_progress_bar.complete.seeding { 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 { ul.torrent_list div.torrent_progress_bar.incomplete.seeding {
background-position: left -40px; background-position: left -10px;
border-color: #35AC47; border-color: #29AD35;
} }
/**** /****