mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 02:00:51 -04:00
Merge pull request #9652 from nextcloud/search-category-stable13
[stable13] Add search category icon
This commit is contained in:
commit
c61e9577e6
1 changed files with 5 additions and 0 deletions
|
|
@ -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 a new issue