Viewing example clusters in main view

This commit is contained in:
2020-01-28 23:05:48 +01:00
parent dc03f84e8b
commit cab655497b
7 changed files with 114 additions and 58 deletions

View File

@@ -12,6 +12,28 @@
border: 1px solid #ccc;
}
.cluster-list-button {
padding: 0.2em;
margin-left: .2em;
background-color: #ddd;
color: @black;
background-color: @silver;
height: 1em;
width: 1em;
vertical-align: middle;
line-height: 0;
font-family: "Lucida Console", Monaco, monospace;
}
.cluster-button-checked {
color: @silver;
background-color: @black;
}
.example-clusters {
float: right;
}
._hoverable {
&:hover {
background-color: @silver;
@@ -208,6 +230,7 @@
.example-rest {
border: 1px transparent solid;
width: 100%;
}
.example-chosen {