mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
add forward and back icons for the filebrowser toolbar
This commit is contained in:
parent
a961947720
commit
8de2d30de0
3 changed files with 8 additions and 0 deletions
|
@ -355,3 +355,11 @@ dl.singleline dd {
|
|||
.icon-logout {
|
||||
background-image: url('../icons/logout.png') !important;
|
||||
}
|
||||
|
||||
.icon-back {
|
||||
background-image: url('../icons/back.png') !important;
|
||||
}
|
||||
|
||||
.icon-forward {
|
||||
background-image: url('../icons/forward.png') !important;
|
||||
}
|
||||
|
|
BIN
deluge/ui/web/icons/back.png
Normal file
BIN
deluge/ui/web/icons/back.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 589 B |
BIN
deluge/ui/web/icons/forward.png
Normal file
BIN
deluge/ui/web/icons/forward.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 590 B |
Loading…
Add table
Reference in a new issue