Skip to content
Snippets Groups Projects
Unverified Commit 90c1d3e1 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt Committed by GitHub
Browse files

Merge pull request #7247 from nextcloud/give-audio-icons-shadow

Give audio-white and audio-off-white shadow via CSS
parents 968da5ef c5e51b34
No related branches found
No related tags found
No related merge requests found
......@@ -89,6 +89,10 @@ img, object, video, button, textarea, input, select, div[contenteditable=true] {
background-size: 32px !important;
}
.icon-shadow {
filter: drop-shadow(0 1px 3px $color-box-shadow);
}
/* ICONS -------------------------------------------------------------------- */
.icon-add {
background-image: url('../img/actions/add.svg?v=1');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment