1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-25 22:37:27 -04:00
New: Ability to tag series
New: Use tags to control which series use which notification channels
This commit is contained in:
Mark McDowall
2014-09-09 17:02:55 -07:00
parent 0e436f371b
commit e82b29e346
29 changed files with 1116 additions and 14 deletions
+35
View File
@@ -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;
}
}
}
}