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:
parent
ad5788feae
commit
f4ee57253a
1 changed files with 4 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
/****
|
||||
|
|
Loading…
Reference in a new issue