improved 'add new board' row

Signed-off-by: Artem Anufrij <artem.anufrij@live.de>
This commit is contained in:
Artem Anufrij
2017-06-21 22:40:24 +02:00
committed by Julius Härtl
parent e970fca3f3
commit a03986b1bb
2 changed files with 8 additions and 4 deletions

View File

@@ -102,11 +102,15 @@
ng-click="selectColor(c)"
ng-class="{'selected': (c == newBoard.color), 'dark': (newBoard.color | textColorFilter) === '#ffffff' }"></div>
</div>
<input type="submit" value="" class="icon-checkmark svg" />
</form>
</td>
<td></td>
<td></td>
<td>
<div class="board-edit-controls">
<span class="icon icon-checkmark" ng-click="boardCreate()"></span>
<span class="icon icon-close" ng-click="status.addBoard=!status.addBoard"></span>
</div>
</td>
</tr>
</tbody>
</table>