Fix opacity of last entry in board list
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -770,7 +770,7 @@ button.button-inline:hover {
|
|||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
#boardlist tbody tr:last-child td {
|
#boardlist tbody .board-create td {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -78,7 +78,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</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><span class="icon icon-add"></span></td>
|
||||||
<td colspan="3">
|
<td colspan="3">
|
||||||
<a ng-click="status.addBoard=!status.addBoard"
|
<a ng-click="status.addBoard=!status.addBoard"
|
||||||
|
|||||||
Reference in New Issue
Block a user