mirror of
https://github.com/YunoHost-Apps/transmission_ynh.git
synced 2024-09-04 01:46:12 +02:00
[fix] Backport upstream CSS fix for toolbar buttons.
This commit is contained in:
parent
14d09296ca
commit
c9d0718d33
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
||||||
|
|
||||||
/* Inserted by Yunohost install script */
|
/* Inserted by Yunohost install script */
|
||||||
|
div#toolbar > * {
|
||||||
|
background-position: center center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
}
|
||||||
div#toolbar > #toolbar-downloads {
|
div#toolbar > #toolbar-downloads {
|
||||||
background-image: url("images/toolbar-downloads.png");
|
background-image: url("images/toolbar-downloads.png");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue