mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-13 13:05:37 +00:00
add the classes for the menu and 2 more icons
This commit is contained in:
parent
d9d5d2b308
commit
61d028a8ce
@ -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 {
|
||||||
|
BIN
deluge/ui/web/icons/16/recheck.png
Normal file
BIN
deluge/ui/web/icons/16/recheck.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 700 B |
BIN
deluge/ui/web/icons/16/update.png
Normal file
BIN
deluge/ui/web/icons/16/update.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 829 B |
Loading…
x
Reference in New Issue
Block a user