Highlight the check row on hover

This commit is contained in:
Joas Schilling 2016-08-05 15:13:22 +02:00 committed by Bjoern Schiessle
parent 47a3700973
commit 99494925fe
No known key found for this signature in database
GPG Key ID: 2378A753E2BF04F6
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;