mirror of
https://github.com/transmission/transmission
synced 2025-02-13 09:54:44 +00:00
(trunk web) r12732 for the iphone
This commit is contained in:
parent
14f655285a
commit
e77b81c14e
1 changed files with 4 additions and 4 deletions
|
@ -407,12 +407,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;
|
||||
border-color: #35CA53;
|
||||
background-position: left -40px;
|
||||
border-color: #269E30;
|
||||
}
|
||||
ul.torrent_list div.torrent_progress_bar.incomplete.seeding {
|
||||
background-position: left -40px;
|
||||
border-color: #35AC47;
|
||||
background-position: left -10px;
|
||||
border-color: #29AD35;
|
||||
}
|
||||
|
||||
div.dialog_container {
|
||||
|
|
Loading…
Reference in a new issue