You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lidarr/src/UI/Content/Overrides/bootstrap.tagsinput.less

35 lines
480 B

@import "../Bootstrap/variables";
.bootstrap-tagsinput {
width : 100%;
.twitter-typeahead {
width : auto;
}
.tag {
margin-right: 0px;
[data-role="remove"] {
&:hover {
color: @brand-danger;
}
}
}
.tt-dropdown-menu {
.opacity(0.95);
.tt-suggestion {
color: #222222;
cursor: pointer;
//selected item
&.tt-cursor {
background-color: @droneTeal;
color: #ffffff;
}
}
}
}