fix(ui): search dialog

This commit is contained in:
sokumon 2025-04-16 12:49:33 +05:30
parent a20e1284ac
commit 8f6527d13e
2 changed files with 3 additions and 5 deletions

View file

@ -355,7 +355,7 @@ frappe.get_modal = function (title, content) {
${frappe.utils.icon("collapse")}
</button>
<button class="btn btn-modal-close btn-link" data-dismiss="modal">
${frappe.utils.icon("close-alt", "sm", "close-alt")}
${frappe.utils.icon("close", "sm")}
</button>
</div>
</div>

View file

@ -16,11 +16,9 @@
}
.search-input {
padding-left: 25px;
padding-bottom: var(--padding-md);
margin-left: 25px;
border-radius: 0;
background: var(--modal-bg);
border-bottom: 1px solid var(--border-color);
&:focus {
outline: none;
@ -30,7 +28,7 @@
.search-icon {
position: absolute;
top: 15px;
top: 10px;
z-index: 6;
}
}