aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--less/labels.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/less/labels.less b/less/labels.less
index c0f427750..923f1b84c 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;
+}