Index: Source/core/css/html.css |
diff --git a/Source/core/css/html.css b/Source/core/css/html.css |
index f53470afb3ac5d9392df35dfc653afe58b7c0058..00df892521319d739e730be645380d70537c7b52 100644 |
--- a/Source/core/css/html.css |
+++ b/Source/core/css/html.css |
@@ -787,6 +787,11 @@ option { |
min-height: 1.2em; |
} |
+select:-internal-list-box option, |
+select:-internal-list-box optgroup { |
+ line-height: initial !important; |
+} |
+ |
select:-internal-list-box:focus option:checked { |
background-color: -internal-active-list-box-selection !important; |
color: -internal-active-list-box-selection-text !important; |