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

Give audio-white and audio-off-white shadow via CSS
This commit is contained in:
Jan-Christoph Borchardt 2017-11-22 18:07:06 +01:00 committed by GitHub
commit 90c1d3e129
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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');