From fd47406db9a1af4e384770c2f1259089b1950876 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Wed, 2 Jul 2014 02:16:02 -0400 Subject: fix popover text color in contextual elements, closes #268 --- flatly/bootstrap.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'flatly/bootstrap.css') diff --git a/flatly/bootstrap.css b/flatly/bootstrap.css index d0355ea9..b7a21e83 100644 --- a/flatly/bootstrap.css +++ b/flatly/bootstrap.css @@ -6377,3 +6377,6 @@ input:focus { .modal-footer .close { color: #2c3e50; } +.popover { + color: #2c3e50; +} -- cgit v1.2.3