diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-12 15:04:12 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-12 15:04:12 +0200 |
commit | 37145a275f9188290afa38683216c860aea00f91 (patch) | |
tree | 341141bdce54d4aaab4002ce87242a40a647d3ab /core/css/icons.scss | |
parent | af42ca20252b166bec2da34970137ec790a18328 (diff) | |
download | nextcloud-server-37145a275f9188290afa38683216c860aea00f91.tar.gz nextcloud-server-37145a275f9188290afa38683216c860aea00f91.zip |
Fix AdBlock blocking share icon, ref #866
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/css/icons.scss')
-rw-r--r-- | core/css/icons.scss | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/core/css/icons.scss b/core/css/icons.scss index d6a03b3187b..1ca29f22600 100644 --- a/core/css/icons.scss +++ b/core/css/icons.scss @@ -326,14 +326,12 @@ img, object, video, button, textarea, input, select { background-image: url('../img/actions/settings-white.svg?v=1'); } +/* always use icon-shared, AdBlock blocks icon-share */ +.icon-shared, .icon-share { background-image: url('../img/actions/share.svg?v=1'); } -.icon-shared { - background-image: url('../img/actions/shared.svg?v=1'); -} - .icon-sound { background-image: url('../img/actions/sound.svg?v=1'); } |