Highlight the check row on hover

This commit is contained in:
Joas Schilling 2016-08-05 15:13:22 +02:00
parent 777504d0e0
commit 549f22ab62
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
1 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,10 @@
transition: opacity .5s;
}
.workflowengine .operation .check:hover {
background-color: #f8f8f8;
}
.workflowengine .operation .button-delete,
.workflowengine .operation .button-delete-check {
opacity: 0.5;