Replace png "search" icon with font-awesome icon (#6181)

* Replace png "search" icon with font-awesome icon

* Update CHANGELOG-DEV.md
This commit is contained in:
Yuriy Bakhtin 2023-03-21 16:24:42 +04:00 committed by GitHub
parent edc4e404a4
commit 401f9d8f48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 4 deletions

View File

@ -7,6 +7,7 @@ HumHub Changelog (DEVELOP)
- Fix #6099: Empty buttons in GlobalConfirmModal footer
- Fix #6100: Broken area reference in some modal boxes
- Enh #6171: Make email in user administration and user approval clickable
- Enh #6181: Replace png "search" icon with font-awesome icon
1.14.0-beta.1 (March 10, 2023)
------------------------------

View File

@ -36,14 +36,19 @@ div.required.has-error > label:after {
.form-control.form-search {
border-radius: 30px;
background-image: url("../img/icon_search16x16.png");
background-repeat: no-repeat;
background-position: 10px 8px;
padding-left: 34px;
}
.form-group-search {
position: relative;
&:before {
font: 14px FontAwesome;
content: "\f002";
color: #ededed;
position: absolute;
top: 10px;
left: 13px;
}
.form-button-search {
position: absolute;

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB