Fix popovermenu on master
This commit is contained in:
@@ -253,6 +253,11 @@
|
|||||||
z-index: 999;
|
z-index: 999;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.card .popovermenu.hidden {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card .card-assignees {
|
.card .card-assignees {
|
||||||
|
|||||||
@@ -102,7 +102,8 @@
|
|||||||
<input type="text" autofocus-on-insert
|
<input type="text" autofocus-on-insert
|
||||||
ng-model="newCard.title"
|
ng-model="newCard.title"
|
||||||
ng-blur="status.addCard[s.id]=false"
|
ng-blur="status.addCard[s.id]=false"
|
||||||
required/>
|
style="color:{{ boardservice.getCurrent().color | textColorFilter }}; border-color:{{ boardservice.getCurrent().color | textColorFilter }};"
|
||||||
|
required placeholder="<?php p($l->t('Enter a card title')); ?>"/>
|
||||||
</h3>
|
</h3>
|
||||||
</form>
|
</form>
|
||||||
<div ng-if="!status.addCard[s.id]" ng-click="status.addCard[s.id]=true">
|
<div ng-if="!status.addCard[s.id]" ng-click="status.addCard[s.id]=true">
|
||||||
|
|||||||
Reference in New Issue
Block a user