Merge pull request #9652 from nextcloud/search-category-stable13

[stable13] Add search category icon
This commit is contained in:
Morris Jobke 2018-05-29 16:39:43 +02:00 committed by GitHub
commit c61e9577e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -584,3 +584,8 @@ img, object, video, button, textarea, input, select, div[contenteditable=true] {
.icon-category-security {
background-image: url('../img/actions/password.svg?v=1');
}
.icon-category-search {
background-image: url('../img/actions/search.svg?v=1');
}