From 655f3e5ef192bd40e08b481807a974d53dee30a3 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Wed, 2 Jul 2014 01:50:53 -0400 Subject: fixes invisible close buttons, closes #272 --- yeti/bootstrap.css | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) (limited to 'yeti/bootstrap.css') diff --git a/yeti/bootstrap.css b/yeti/bootstrap.css index 5d584c82..028749ed 100644 --- a/yeti/bootstrap.css +++ b/yeti/bootstrap.css @@ -6408,6 +6408,8 @@ label, } .close { opacity: 0.4; + text-decoration: none; + text-shadow: none; } .close:hover, .close:focus { @@ -6417,20 +6419,11 @@ label, font-size: 12px; font-weight: 300; } -.alert a, .alert .alert-link { font-weight: normal; color: #fff; text-decoration: underline; } -.alert .close { - color: #fff; - text-decoration: none; -} -.alert .close:hover, -.alert .close:focus { - color: #fff; -} .label { padding-left: 1em; padding-right: 1em; @@ -6476,3 +6469,17 @@ label, border-top-right-radius: 0; border-top-left-radius: 0; } +.panel-default .close { + color: #222222; +} +.modal-content { + border: none; +} +.modal-header { + background-color: #333333; + color: #fff; +} +.modal-body .close, +.modal-footer .close { + color: #222222; +} -- cgit v1.2.3