Style cluster tag on hover

This commit is contained in:
emeric
2018-09-13 20:51:46 +02:00
parent 36ea379787
commit 352bb6506a
+4
View File
@@ -51,6 +51,10 @@ a:hover {
cursor: pointer;
}
.Lms-cluster:hover {
filter: brightness(85%);
}
.Lms-cluster-type-0 {
background-color: darkslategrey;
margin-bottom: 4px;