]> source.dussan.org Git - nextcloud-server.git/commitdiff
Highlight the check row on hover
authorJoas Schilling <coding@schilljs.com>
Fri, 5 Aug 2016 13:13:22 +0000 (15:13 +0200)
committerJoas Schilling <coding@schilljs.com>
Fri, 5 Aug 2016 13:13:22 +0000 (15:13 +0200)
apps/workflowengine/css/admin.css

index 6430538d757f110988913a2fa6f8c23bbae6bac3..5494b35ce69264498644bed6207ef332f208d10f 100644 (file)
        transition: opacity .5s;
 }
 
+.workflowengine .operation .check:hover {
+       background-color: #f8f8f8;
+}
+
 .workflowengine .operation .button-delete,
 .workflowengine .operation .button-delete-check {
        opacity: 0.5;