Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
add audio and video icons
  • Loading branch information
jancborchardt committed Sep 19, 2016
commit 710128a0ba76c3c9d1479fc8c2b478c8a927ff86
8 changes: 8 additions & 0 deletions core/css/icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}
Expand Down Expand Up @@ -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');
}
Expand Down
4 changes: 4 additions & 0 deletions core/img/actions/audio-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions core/img/actions/audio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions core/img/actions/video-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions core/img/actions/video.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.