From 6b4970de21e6379237d0d7f70e43a3d208f9af54 Mon Sep 17 00:00:00 2001 From: Sebastian Malek Date: Tue, 13 Jun 2017 19:20:24 +0200 Subject: [PATCH] fix #1241: registration page readability issue --- stylesheets/options.css | 3 +++ stylesheets/options.scss | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/stylesheets/options.css b/stylesheets/options.css index dbcc45ecc..aaed25b69 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 fcc56ba2b..6db445d92 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; +}