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 --- readable/bootstrap.css | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) (limited to 'readable/bootstrap.css') diff --git a/readable/bootstrap.css b/readable/bootstrap.css index c1289669..ef8ae174 100644 --- a/readable/bootstrap.css +++ b/readable/bootstrap.css @@ -5329,14 +5329,14 @@ a.list-group-item-danger.active:focus { font-size: 24px; font-weight: bold; line-height: 1; - color: #000000; + color: #ffffff; text-shadow: 0 1px 0 #ffffff; opacity: 0.2; filter: alpha(opacity=20); } .close:hover, .close:focus { - color: #000000; + color: #ffffff; text-decoration: none; cursor: pointer; opacity: 0.5; @@ -6233,17 +6233,10 @@ legend { .pager .disabled a { border-color: #dddddd; } -.alert a, -.alert .alert-link { - color: #ffffff; - text-decoration: underline; -} -.alert .close { - text-decoration: none; -} .close { color: #fff; text-decoration: none; + text-shadow: none; opacity: 0.4; } .close:hover, @@ -6251,6 +6244,10 @@ legend { color: #fff; opacity: 1; } +.alert .alert-link { + color: #ffffff; + text-decoration: underline; +} .label { font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: normal; @@ -6269,11 +6266,8 @@ legend { -webkit-box-shadow: none; box-shadow: none; } -.panel-default .panel-heading, -.panel-default .panel-footer { - background-color: #fff; - font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: bold; +.panel-default .close { + color: #333333; } .panel-primary .panel-heading, .panel-success .panel-heading, @@ -6291,3 +6285,6 @@ legend { border-top-width: 0; border-radius: 0 0 4px 4px; } +.modal .close { + color: #333333; +} -- cgit v1.2.3