From 3ef7d8c26d62ff4f21a6b8b68d1361f66e4378b1 Mon Sep 17 00:00:00 2001 From: Federico Zivolo Date: Tue, 8 Nov 2016 15:52:28 +0100 Subject: [PATCH] fixed select color --- index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.css b/index.css index 25b7d923..0ff1d157 100644 --- a/index.css +++ b/index.css @@ -360,3 +360,7 @@ /*#toggle-button .togglebutton .toggle {*/ /*float: right;*/ /*}*/ + +.btn-primary select { + color: black; +}