diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-11-16 09:04:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-16 09:04:55 +0100 |
commit | 3bc16465925d682ac1e8a45ed3201d912f75024f (patch) | |
tree | 137eed8c17b1e0c5f3e73aa58914a63d0183eef8 /core/css | |
parent | b2e9cb6a004e40d573ce3923f184f72be3be54fe (diff) | |
parent | f2a500a16f91059fa43aa11da0b3668c5ff14836 (diff) | |
download | nextcloud-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.scss | 8 |
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'); +} |