Skip to content

Commit 5212549

Browse files
authored
Merge pull request #1819 from nextcloud/stable9-fullscreen-icon
[stable9] add fullscreen icon
2 parents 300d60d + 03fa66a commit 5212549

3 files changed

Lines changed: 15 additions & 0 deletions

File tree

core/css/icons.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,13 @@
107107
background-image: url('../img/actions/external.svg');
108108
}
109109

110+
.icon-fullscreen {
111+
background-image: url('../img/actions/fullscreen.svg?v=1');
112+
}
113+
.icon-fullscreen-white {
114+
background-image: url('../img/actions/fullscreen-white.svg?v=1');
115+
}
116+
110117
.icon-history {
111118
background-image: url('../img/actions/history.svg');
112119
}
Lines changed: 4 additions & 0 deletions
Loading

core/img/actions/fullscreen.svg

Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)