diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-09-19 23:39:00 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-09-19 23:42:33 +0200 |
commit | 710128a0ba76c3c9d1479fc8c2b478c8a927ff86 (patch) | |
tree | c388fe1e48df6512d9e3555b0a8d4a65392dea08 /core/css | |
parent | bcc4b5cd0aeaba9fd2bea6903f8fc0f46c5c7deb (diff) | |
download | nextcloud-server-710128a0ba76c3c9d1479fc8c2b478c8a927ff86.tar.gz nextcloud-server-710128a0ba76c3c9d1479fc8c2b478c8a927ff86.zip |
add audio and video icons
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/icons.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/css/icons.css b/core/css/icons.css index d1ef86a94d0..d9b38ab1296 100644 --- a/core/css/icons.css +++ b/core/css/icons.css @@ -114,6 +114,10 @@ img.icon-loading-small-dark, object.icon-loading-small-dark, video.icon-loading- background-image: url('../img/actions/add.svg?v=1'); } +.icon-audio { + background-image: url('../img/actions/audio.svg?v=1'); +} + .icon-caret { background-image: url('../img/actions/caret.svg?v=1'); } @@ -309,6 +313,10 @@ img.icon-loading-small-dark, object.icon-loading-small-dark, video.icon-loading- background-image: url('../img/actions/user.svg?v=1'); } +.icon-video { + background-image: url('../img/actions/video.svg?v=1'); +} + .icon-view-close { background-image: url('../img/actions/view-close.svg?v=1'); } |