Fix opacity of last entry in board list

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2017-06-22 22:28:00 +02:00
parent 1388da0fa0
commit e9ef790295
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;
}