::-moz-color-swatch

Non-standard: This feature is not standardized. We do not recommend using non-standard features in production, as they have limited browser support, and may change or be removed. However, they can be a suitable alternative in specific cases where no standard option exists.

Phần tử giả ::-moz-color-swatch trong CSS là một phần mở rộng của Mozilla đại diện cho màu được chọn trong phần tử <input>type="color".

Note: Sử dụng ::-moz-color-swatch với bất cứ thứ gì khác ngoài <input type="color"> sẽ không khớp bất cứ thứ gì và không có hiệu lực.

Cú pháp

css
::-moz-color-swatch {
  /* ... */
}

Ví dụ

HTML

html
<input type="color" value="#de2020" />

CSS

css
input[type="color"]::-moz-color-swatch {
  border-radius: 10px;
  border-style: none;
}

Kết quả

Đặc tả kỹ thuật

Không thuộc bất kỳ tiêu chuẩn nào.

Khả năng tương thích trình duyệt

Xem thêm

  • Các phần tử giả tương tự được dùng bởi các trình duyệt khác:
    • ::-webkit-color-swatch, phần tử giả được hỗ trợ bởi WebKit và Blink (Safari, Chrome, và Opera)