add the classes for the menu and 2 more icons

This commit is contained in:
Damien Churchill 2009-03-16 22:13:25 +00:00
parent d9d5d2b308
commit 61d028a8ce
3 changed files with 7 additions and 3 deletions

View File

@ -25,10 +25,14 @@ html, body {
text-align: center; text-align: center;
} }
.x-deluge-downloading, .x-deluge-seeding {
background-repeat: no-repeat;
}
#labels .all { background-image: url('/icons/16/all.png'); } #labels .all { background-image: url('/icons/16/all.png'); }
#labels .active { background-image: url('/icons/16/active.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'); } .x-deluge-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-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 .queued, .deluge-torrents .queued { background-image: url('/icons/16/queued.png'); }
#labels .paused, .deluge-torrents .paused { background-image: url('/icons/16/inactive.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'); } #labels .error, .deluge-torrents .error { background-image: url('/icons/16/alert.png'); }
@ -128,7 +132,7 @@ html, body {
.x-progress-text { .x-progress-text {
background: transparent; background: transparent;
color: White; color: transparent;
} }
.x-progress-text-back { .x-progress-text-back {

Binary file not shown.

After

Width:  |  Height:  |  Size: 700 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 829 B