aboutsummaryrefslogtreecommitdiffstats
path: root/core/css/icons.css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-10-19 15:31:02 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2016-10-19 21:13:52 +0200
commitc52ccbde49a8ebeb1a5cdcfe32a2b7446f655679 (patch)
tree044f237137d25dd53fd24d04ca8919e6a06302c1 /core/css/icons.css
parentb5599a767310db02badaeaa3087ca15a38b1e7b5 (diff)
downloadnextcloud-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.css7
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');
}