Merge pull request #209 from nextcloud/fix-last-opacity

Fix opacity of last entry in board list
This commit is contained in:
Artem Anufrij
2017-06-23 00:25:52 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -770,7 +770,7 @@ button.button-inline:hover {
opacity: 0.5;
}
#boardlist tbody tr:last-child td {
#boardlist tbody .board-create td {
opacity: 0.5;
}

View File

@@ -78,7 +78,7 @@
</div>
</td>
</tr>
<tr ng-if="status.filter === '' && !status.addBoard" ng-click="status.addBoard=!status.addBoard">
<tr ng-if="status.filter === '' && !status.addBoard" ng-click="status.addBoard=!status.addBoard" class="board-create">
<td><span class="icon icon-add"></span></td>
<td colspan="3">
<a ng-click="status.addBoard=!status.addBoard"