Index: Source/core/css/html.css |
diff --git a/Source/core/css/html.css b/Source/core/css/html.css |
index 6566aff360bd29c489fc63ee2551a1a05316ff37..4549856ea1a2baf8810f1b8f437f52452f69a042 100644 |
--- a/Source/core/css/html.css |
+++ b/Source/core/css/html.css |
@@ -811,6 +811,9 @@ select:-internal-list-box option:checked:disabled { |
color: gray !important; |
} |
+select:-internal-list-box hr { |
+ border-style: none; |
+} |
output { |
display: inline; |