mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-25 22:37:27 -04:00
Tags
New: Ability to tag series New: Use tags to control which series use which notification channels
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
@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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user