aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-05 02:33:35 -0800
committerMark Otto <[email protected]>2012-02-05 02:33:35 -0800
commitf9847b300b2db36bb1623bd1f4928e59aaef1d4e (patch)
tree33b39cfd5a0deca3725c68cf933b29d11fbd16c1 /less
parent546332d85de5837147b645bf6bab5fa06e2a1039 (diff)
parentf8db6a3b533ffde051b3a4beaec6e39b90c1b4ad (diff)
downloadbootstrap-f9847b300b2db36bb1623bd1f4928e59aaef1d4e.tar.xz
bootstrap-f9847b300b2db36bb1623bd1f4928e59aaef1d4e.zip
Merge branch 'jarijokinen-master' into 2.0.1-wip
Diffstat (limited to 'less')
-rw-r--r--less/labels.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/less/labels.less b/less/labels.less
index fbd192253..6337d0e70 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;
+}