summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-11-22 18:07:06 +0100
committerGitHub <noreply@github.com>2017-11-22 18:07:06 +0100
commit90c1d3e129493a50ef976fd2baabe0d33f58f4eb (patch)
treebc70447bdd8244efaa0d9eff1ef35de94b29be69 /core
parent968da5ef23efa722163c0d5250d82a39367a1571 (diff)
parentc5e51b34bef6984aa01048eb9fc257fe2f8143cb (diff)
downloadnextcloud-server-90c1d3e129493a50ef976fd2baabe0d33f58f4eb.tar.gz
nextcloud-server-90c1d3e129493a50ef976fd2baabe0d33f58f4eb.zip
Merge pull request #7247 from nextcloud/give-audio-icons-shadow
Give audio-white and audio-off-white shadow via CSS
Diffstat (limited to 'core')
-rw-r--r--core/css/icons.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/css/icons.scss b/core/css/icons.scss
index 610a695d0e6..87fb835f677 100644
--- a/core/css/icons.scss
+++ b/core/css/icons.scss
@@ -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');