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; overflow-y: auto;
} }
.label-removable { .label-removable {
// The following match properties from regular btn's
display:inline-block; display:inline-block;
font-size:1.3em; font-size:14px;
color:#666; color:#333;
background-color:#eee; background-color:#f8f8f8;
border: #ddd 1px solid; border: #ddd 1px solid;
font-weight: normal; font-weight: normal;
margin-right:7px; margin-bottom:0;
margin-bottom:7px; position: relative;
top: -1.666px;
height: 29.666px;
vertical-align: middle;
padding: 6px 12px;
margin-right:7px; // Spacing between labels
.label-separator { .label-separator {
margin-left:7px; margin-left:7px;
color:white; color:white;