Переглянути джерело

[fix] diminished search dialog cursor in firefox (#3172)

version-14
Prateeksha Singh 8 роки тому
committed by Rushabh Mehta
джерело
коміт
2ae5ddb2ff
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      frappe/public/js/frappe/ui/toolbar/search_header.html

+ 1
- 1
frappe/public/js/frappe/ui/toolbar/search_header.html Переглянути файл

@@ -1,6 +1,6 @@
<div class="search-header">
<i class="octicon octicon-search"></i>
<input type="text" class="form-control search-input" style="padding: 15px">
<input type="text" class="form-control search-input" style="padding-left: 15px">
<p class="loading-state hide" style="margin: 0px 20px; color:#d4d9dd">{%= __("Searching")%}&nbsp...</p>
<a type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</a>
</div>

Завантаження…
Відмінити
Зберегти