* Fix search input styling in Safari #fix https://github.com/FreshRSS/FreshRSS/issues/2885 Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
@@ -572,6 +572,12 @@ a.btn {
width: 100px;
}
+input[type="search"] {
+ /* stylelint-disable property-no-vendor-prefix */
+ -webkit-appearance: none;
+ /* stylelint-enable property-no-vendor-prefix */
+}
+
/*=== Body */
#global {
display: table;