mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Add search category icon
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
caa3953245
commit
54de42109e
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Reference in a new issue