diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-10-19 15:31:02 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-10-19 21:13:52 +0200 |
commit | c52ccbde49a8ebeb1a5cdcfe32a2b7446f655679 (patch) | |
tree | 044f237137d25dd53fd24d04ca8919e6a06302c1 /core/css/icons.css | |
parent | b5599a767310db02badaeaa3087ca15a38b1e7b5 (diff) | |
download | nextcloud-server-c52ccbde49a8ebeb1a5cdcfe32a2b7446f655679.tar.gz nextcloud-server-c52ccbde49a8ebeb1a5cdcfe32a2b7446f655679.zip |
add fullscreen icon
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/css/icons.css')
-rw-r--r-- | core/css/icons.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/css/icons.css b/core/css/icons.css index df36ae58710..d62ab1504db 100644 --- a/core/css/icons.css +++ b/core/css/icons.css @@ -195,6 +195,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'); } |