From 85b3a17d1756546e27db527a7c85211583d5bb61 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Thu, 19 Jun 2014 21:30:36 -0400 Subject: fix close buttons in panels, closes #266 --- flatly/bootstrap.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'flatly/bootstrap.css') diff --git a/flatly/bootstrap.css b/flatly/bootstrap.css index 9abbb03e..ac4c0846 100644 --- a/flatly/bootstrap.css +++ b/flatly/bootstrap.css @@ -5954,12 +5954,15 @@ input:focus { text-decoration: underline; } .alert .close { + text-decoration: none; +} +.close { color: #fff; text-decoration: none; opacity: 0.4; } -.alert .close:hover, -.alert .close:focus { +.close:hover, +.close:focus { color: #fff; opacity: 1; } -- cgit v1.2.3