aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
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;
+}