Изменения

нет описания правки
Строка 641: Строка 641:  
     height: 38px !important;
 
     height: 38px !important;
 
     box-sizing: border-box !important;
 
     box-sizing: border-box !important;
 +
}
 +
 +
/* ===== FIX: крестик в поиске не наезжает на текст ===== */
 +
 +
.search-box .search,
 +
.header .search-box .search {
 +
    padding-right: 36px !important; /* место под крестик */
 +
}
 +
 +
/* конкретно для WebKit (Chrome, Safari) */
 +
.search-box input::-webkit-search-cancel-button {
 +
    margin-right: 8px !important;
 +
}
 +
 +
/* для Firefox (на всякий случай) */
 +
.search-box input[type="search"] {
 +
    padding-right: 36px !important;
 
}
 
}