nextcloud-app-radio/css/dashboard.css

8 lines
142 B
CSS
Raw Normal View History

2020-11-13 12:17:05 +00:00
.icon-mail {
background-image: url(./../img/radio-trans.svg);
}
body.theme--dark .icon-mail {
background-image: url(./../img/radio.svg);
}