mirror of
https://github.com/YunoHost-Apps/transmission_ynh.git
synced 2024-09-04 01:46:12 +02:00
9 lines
259 B
CSS
9 lines
259 B
CSS
|
|
/* Inserted by Yunohost install script */
|
|
div#toolbar > * {
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
div#toolbar > #toolbar-downloads {
|
|
background-image: url("images/toolbar-downloads.png");
|
|
}
|