Merge pull request #9652 from nextcloud/search-category-stable13
[stable13] Add search category icon
This commit is contained in:
commit
c61e9577e6
|
@ -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');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue