Shrink config node appearance in info table

This commit is contained in:
Nick O'Leary
2017-04-10 14:33:21 +01:00
parent aefae79186
commit 1c11e7f97b
2 changed files with 31 additions and 8 deletions

View File

@@ -187,3 +187,22 @@
background-size: contain;
background-repeat: no-repeat;
}
.palette_node_small {
display: inline-block;
position: relative;
width: 18px;
height: 15px;
margin: 3px 0px;
vertical-align: middle;
cursor: default;
.palette_icon_container {
width: 18px;
border-right: none;
}
.palette_icon {
margin-left: -1px;
width: 15px;
}
}