diff options
author | Joas Schilling <coding@schilljs.com> | 2016-08-05 15:13:22 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-08-05 15:13:22 +0200 |
commit | 549f22ab627bdb4937881bcc5b042d3ad674ba2b (patch) | |
tree | 6c7b1ada7cef9062e85f00ebcd1d109505aeaf8e /apps/workflowengine | |
parent | 777504d0e0fd160c46ce73bc673084f98f7bf27e (diff) | |
download | nextcloud-server-549f22ab627bdb4937881bcc5b042d3ad674ba2b.tar.gz nextcloud-server-549f22ab627bdb4937881bcc5b042d3ad674ba2b.zip |
Highlight the check row on hover
Diffstat (limited to 'apps/workflowengine')
-rw-r--r-- | apps/workflowengine/css/admin.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/workflowengine/css/admin.css b/apps/workflowengine/css/admin.css index 6430538d757..5494b35ce69 100644 --- a/apps/workflowengine/css/admin.css +++ b/apps/workflowengine/css/admin.css @@ -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; |