Index: Source/core/css/html.css |
diff --git a/Source/core/css/html.css b/Source/core/css/html.css |
index 335a57ec0fd0d106c9400c60672e4a38a0804227..a89fcd99c8cfa749cd05a1f292787dfe5a89e130 100644 |
--- a/Source/core/css/html.css |
+++ b/Source/core/css/html.css |
@@ -780,6 +780,15 @@ input[type="color"]::-webkit-color-swatch-wrapper { |
height: 100% |
} |
+input[type="color"]::-webkit-color-swatch-wrapper-rtl { |
+ display:flex; |
+ padding: 4px 2px; |
+ box-sizing: border-box; |
+ -webkit-user-modify: read-only !important; |
+ width: 100%; |
+ height: 100% |
+} |
+ |
input[type="color"]::-webkit-color-swatch { |
background-color: #000000; |
border: 1px solid #777777; |