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 fullscreen icon
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
  • Loading branch information
jancborchardt committed Oct 20, 2016
commit 4aaf0d5ff2e12ad3ec85f01b53a0a72f23199a9c
7 changes: 7 additions & 0 deletions core/css/icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,13 @@ img.icon-loading-small-dark, object.icon-loading-small-dark, video.icon-loading-
background-image: url('../img/actions/external.svg?v=1');
}

.icon-fullscreen {
background-image: url('../img/actions/fullscreen.svg?v=1');
}
.icon-fullscreen-white {
background-image: url('../img/actions/fullscreen-white.svg?v=1');
}

.icon-history {
background-image: url('../img/actions/history.svg?v=1');
}
Expand Down
4 changes: 4 additions & 0 deletions core/img/actions/fullscreen-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/fullscreen.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.