mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01: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:
@@ -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;
|
||||
}
|
||||
|
||||
/****
|
||||
|
||||
Reference in New Issue
Block a user