Merge pull request #9574 from nextcloud/search-category

Add search category icon
pull/9581/head
Morris Jobke 7 years ago committed by GitHub
commit fd4a7bf72a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      core/css/icons.scss

@ -610,3 +610,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');
}

Loading…
Cancel
Save