Category Archives: CSS

Làm chủ contact form 7

Thay icon datetime picker input[type=”date”]::-webkit-calendar-picker-indicator { color: rgba(0, 0, 0, 0); opacity: 1; display: block; background: url(https://autoshop.com.vn/wp-content/uploads/2022/10/calendar.png) no-repeat; background-size:cover; width: 22px; height: 25px; border-width: thin; } hiển thị placeholder datetime picker .wpcf7 input[type=”date”]:before { content: attr(placeholder); }

Thủ Thuật CSS

/* cách đổi màu file ảnh SVG nhúng trực tiếp trong thẻ img src https://codepen.io/sosuke/pen/Pjoqqp link đổi màu từ rgb sang filter */ .tenclass-svg{ filter: invert(100%) sepia(0%) saturate(7457%) hue-rotate(302deg) brightness(117%) contrast(91%); }

Posted in CSS