summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-11-16 09:04:55 +0100
committerGitHub <noreply@github.com>2017-11-16 09:04:55 +0100
commit3bc16465925d682ac1e8a45ed3201d912f75024f (patch)
tree137eed8c17b1e0c5f3e73aa58914a63d0183eef8 /core/css
parentb2e9cb6a004e40d573ce3923f184f72be3be54fe (diff)
parentf2a500a16f91059fa43aa11da0b3668c5ff14836 (diff)
downloadnextcloud-server-3bc16465925d682ac1e8a45ed3201d912f75024f.tar.gz
nextcloud-server-3bc16465925d682ac1e8a45ed3201d912f75024f.zip
Merge pull request #7189 from nextcloud/security-games-icons
Added security and games icons
Diffstat (limited to 'core/css')
-rw-r--r--core/css/icons.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/css/icons.scss b/core/css/icons.scss
index bdef106e3cd..7cb5ff506ab 100644
--- a/core/css/icons.scss
+++ b/core/css/icons.scss
@@ -557,3 +557,11 @@ img, object, video, button, textarea, input, select, div[contenteditable=true] {
.icon-category-tools {
background-image: url('../img/actions/settings-dark.svg?v=1');
}
+
+.icon-category-games {
+ background-image: url('../img/categories/games.svg?v=1');
+}
+
+.icon-category-security {
+ background-image: url('../img/actions/password.svg?v=1');
+}