Improve cosmetic of removal labels

This commit is contained in:
Alexandre Aubin 2019-10-23 20:47:40 +02:00
parent 485b54b514
commit d66a7f3651

View file

@ -688,14 +688,22 @@ input[type='radio'].nice-radio {
overflow-y: auto;
}
.label-removable {
// The following match properties from regular btn's
display:inline-block;
font-size:1.3em;
color:#666;
background-color:#eee;
font-size:14px;
color:#333;
background-color:#f8f8f8;
border: #ddd 1px solid;
font-weight: normal;
margin-right:7px;
margin-bottom:7px;
margin-bottom:0;
position: relative;
top: -1.666px;
height: 29.666px;
vertical-align: middle;
padding: 6px 12px;
margin-right:7px; // Spacing between labels
.label-separator {
margin-left:7px;
color:white;