Fix css for archived cards and reformat
This commit is contained in:
670
css/style.css
670
css/style.css
File diff suppressed because it is too large
Load Diff
@@ -37,7 +37,7 @@
|
|||||||
on-remove="labelRemove($item, $model)" ng-disabled="archived">
|
on-remove="labelRemove($item, $model)" ng-disabled="archived">
|
||||||
<ui-select-match placeholder="Select labels..."><span
|
<ui-select-match placeholder="Select labels..."><span
|
||||||
class="select-label"
|
class="select-label"
|
||||||
style="background-color:#{{$item.color}}">{{$item.title}}</span>
|
style="background-color:#{{$item.color}}">{{$item.title}} </span>
|
||||||
</ui-select-match>
|
</ui-select-match>
|
||||||
<ui-select-choices
|
<ui-select-choices
|
||||||
repeat="label in boardservice.getCurrent().labels | filter:$select.search">
|
repeat="label in boardservice.getCurrent().labels | filter:$select.search">
|
||||||
|
|||||||
Reference in New Issue
Block a user