diff --git a/stylesheets/options.css b/stylesheets/options.css index dbcc45ecc6e9..aaed25b691c5 100644 --- a/stylesheets/options.css +++ b/stylesheets/options.css @@ -1131,4 +1131,7 @@ ul.country-list { margin: 0; text-align: left; } +.intl-tel-input .country-list .country .country-name { + color: #000; } + /*# sourceMappingURL=options.css.map */ diff --git a/stylesheets/options.scss b/stylesheets/options.scss index fcc56ba2b349..6db445d92b54 100644 --- a/stylesheets/options.scss +++ b/stylesheets/options.scss @@ -356,3 +356,7 @@ ul.country-list { } } + +.intl-tel-input .country-list .country .country-name { + color: #000; +}