From: Jari Jokinen Date: Wed, 1 Feb 2012 10:59:38 +0000 (+0200) Subject: Allow labels to be links X-Git-Tag: v2.0.1~1^2~39^2^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a486a6f20b6502cf260368f5e0e423a7db2c6284;p=thirdparty%2Fbootstrap.git Allow labels to be links --- diff --git a/less/labels.less b/less/labels.less index c0f4277502..923f1b84cf 100644 --- a/less/labels.less +++ b/less/labels.less @@ -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; +}