summaryrefslogtreecommitdiff
path: root/flatly/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-07-02 02:16:02 -0400
committerThomas Park <thomas@thomaspark.me>2014-07-02 02:16:02 -0400
commitfd47406db9a1af4e384770c2f1259089b1950876 (patch)
treee3c317bb1705e5a07bd20100e71a560139b7bd00 /flatly/bootstrap.css
parent655f3e5ef192bd40e08b481807a974d53dee30a3 (diff)
fix popover text color in contextual elements, closes #268
Diffstat (limited to 'flatly/bootstrap.css')
-rw-r--r--flatly/bootstrap.css3
1 files changed, 3 insertions, 0 deletions
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;
+}