summaryrefslogtreecommitdiff
path: root/cyborg/bootswatch.less
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 /cyborg/bootswatch.less
parent896180f41a9627bda4946565e08c31e9bc0538e2 (diff)
fix alert close button style, closes #229
Diffstat (limited to 'cyborg/bootswatch.less')
-rw-r--r--cyborg/bootswatch.less12
1 files changed, 12 insertions, 0 deletions
diff --git a/cyborg/bootswatch.less b/cyborg/bootswatch.less
index a1baec21..f2087f65 100644
--- a/cyborg/bootswatch.less
+++ b/cyborg/bootswatch.less
@@ -132,6 +132,18 @@ legend {
color: @alert-warning-text;
text-decoration: underline;
}
+
+ .close {
+ color: #fff;
+ text-decoration: none;
+ opacity: 0.4;
+
+ &:hover,
+ &:focus {
+ color: #fff;
+ opacity: 1;
+ }
+ }
}
// Progress bars ==============================================================