summaryrefslogtreecommitdiff
path: root/cosmo/bootswatch.less
diff options
context:
space:
mode:
Diffstat (limited to 'cosmo/bootswatch.less')
-rw-r--r--cosmo/bootswatch.less16
1 files changed, 12 insertions, 4 deletions
diff --git a/cosmo/bootswatch.less b/cosmo/bootswatch.less
index 086346af..dd52a359 100644
--- a/cosmo/bootswatch.less
+++ b/cosmo/bootswatch.less
@@ -125,16 +125,24 @@ table,
text-decoration: underline;
color: #fff;
}
+
+ .close {
+ color: #fff;
+ text-decoration: none;
+ opacity: 0.4;
+
+ &:hover,
+ &:focus {
+ color: #fff;
+ opacity: 1;
+ }
+ }
}
.label {
border-radius: 0;
}
-.close {
- opacity: 1;
-}
-
// Progress bars ==============================================================
.progress {