]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Allow labels to be links 1508/head
authorJari Jokinen <info@jarijokinen.com>
Wed, 1 Feb 2012 10:59:38 +0000 (12:59 +0200)
committerJari Jokinen <info@jarijokinen.com>
Wed, 1 Feb 2012 10:59:38 +0000 (12:59 +0200)
less/labels.less

index c0f427750202b3993ebf98c7c6c7af6e16ea9249..923f1b84cfe5b3e0e0cbf67a1f862ef645867d91 100644 (file)
@@ -14,3 +14,7 @@
 .label-warning   { background-color: @orange; }
 .label-success   { background-color: @successText; }
 .label-info      { background-color: @infoText; }
+.label:hover {
+  color: @white;
+  text-decoration: none;
+}