Changeset 12732


Ignore:
Timestamp:
Aug 25, 2011, 2:50:47 AM (12 years ago)
Author:
livings124
Message:

(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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/stylesheets/common.css

    r12716 r12732  
    447447}
    448448ul.torrent_list div.torrent_progress_bar.complete.seeding {
     449        background-position: left -40px;
     450        border: 1px solid #269E30;
     451}
     452ul.torrent_list div.torrent_progress_bar.incomplete.seeding {
    449453        background-position: left -10px;
    450 }
    451 ul.torrent_list div.torrent_progress_bar.incomplete.seeding {
    452         background-position: left -40px;
    453         border-color: #35AC47;
     454        border-color: #29AD35;
    454455}
    455456
Note: See TracChangeset for help on using the changeset viewer.