summaryrefslogtreecommitdiff
path: root/flatly/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-06-19 21:30:36 -0400
committerThomas Park <thomas@thomaspark.me>2014-06-19 21:30:36 -0400
commit85b3a17d1756546e27db527a7c85211583d5bb61 (patch)
treeb2b4f26176ed1126301ec3393532af2a7e14ccc1 /flatly/bootstrap.css
parentdcf8c5419b8f5db51775e80a6dcc4ba91732e7ab (diff)
fix close buttons in panels, closes #266
Diffstat (limited to 'flatly/bootstrap.css')
-rw-r--r--flatly/bootstrap.css7
1 files changed, 5 insertions, 2 deletions
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;
}