Browse Source
Add search category icon
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
pull/9574/head
John Molakvoæ (skjnldsv)
8 years ago
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with
5 additions and
0 deletions
-
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'); |
|
|
|
} |
|
|
|
|