summaryrefslogtreecommitdiff
path: root/cosmo/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-03-08 10:39:03 -0500
committerThomas Park <thomas@thomaspark.me>2014-03-08 10:39:03 -0500
commit642c7ed19523f36a6303f43dc7bc1653b150178e (patch)
tree64d4dec8e1ace76cccb732e6227807ee73d175b0 /cosmo/bootstrap.css
parent896180f41a9627bda4946565e08c31e9bc0538e2 (diff)
fix alert close button style, closes #229
Diffstat (limited to 'cosmo/bootstrap.css')
-rw-r--r--cosmo/bootstrap.css13
1 files changed, 10 insertions, 3 deletions
diff --git a/cosmo/bootstrap.css b/cosmo/bootstrap.css
index 33da1027..e0aea77b 100644
--- a/cosmo/bootstrap.css
+++ b/cosmo/bootstrap.css
@@ -5784,12 +5784,19 @@ table .info a,
text-decoration: underline;
color: #fff;
}
-.label {
- border-radius: 0;
+.alert .close {
+ color: #fff;
+ text-decoration: none;
+ opacity: 0.4;
}
-.close {
+.alert .close:hover,
+.alert .close:focus {
+ color: #fff;
opacity: 1;
}
+.label {
+ border-radius: 0;
+}
.progress {
height: 8px;
-webkit-box-shadow: none;