diff --git a/deluge/ui/web/css/deluge.css b/deluge/ui/web/css/deluge.css index dd688d426..07a887b50 100644 --- a/deluge/ui/web/css/deluge.css +++ b/deluge/ui/web/css/deluge.css @@ -25,10 +25,14 @@ html, body { text-align: center; } +.x-deluge-downloading, .x-deluge-seeding { + background-repeat: no-repeat; +} + #labels .all { background-image: url('/icons/16/all.png'); } #labels .active { background-image: url('/icons/16/active.png'); } -#labels .downloading, .deluge-torrents .downloading, .x-deluge-peer { background-image: url('/icons/16/downloading.png'); } -#labels .seeding, .deluge-torrents .seeding, .x-deluge-seed { background-image: url('/icons/16/seeding.png'); } +.x-deluge-downloading, .x-deluge-peer { background-image: url('/icons/16/downloading.png'); } +.x-deluge-seeding, .deluge-torrents .seeding, .x-deluge-seed { background-image: url('/icons/16/seeding.png'); } #labels .queued, .deluge-torrents .queued { background-image: url('/icons/16/queued.png'); } #labels .paused, .deluge-torrents .paused { background-image: url('/icons/16/inactive.png'); } #labels .error, .deluge-torrents .error { background-image: url('/icons/16/alert.png'); } @@ -128,7 +132,7 @@ html, body { .x-progress-text { background: transparent; - color: White; + color: transparent; } .x-progress-text-back { diff --git a/deluge/ui/web/icons/16/recheck.png b/deluge/ui/web/icons/16/recheck.png new file mode 100644 index 000000000..7a5ae62e3 Binary files /dev/null and b/deluge/ui/web/icons/16/recheck.png differ diff --git a/deluge/ui/web/icons/16/update.png b/deluge/ui/web/icons/16/update.png new file mode 100644 index 000000000..8baf084bd Binary files /dev/null and b/deluge/ui/web/icons/16/update.png differ