diff --git a/app/assets/stylesheets/application.scss.erb b/app/assets/stylesheets/application.scss.erb index 065c26ab..2045628c 100644 --- a/app/assets/stylesheets/application.scss.erb +++ b/app/assets/stylesheets/application.scss.erb @@ -2323,7 +2323,8 @@ and it won't be important on password protected instances */ padding: 0; .setDesc, - .selectAll { + .selectAll, + .selectNone { margin-bottom: 5px; font-family: 'din-medium', helvetica, sans-serif; color: #424242; @@ -2333,9 +2334,15 @@ and it won't be important on password protected instances */ display: inline-block; } - .selectAll { + .selectAll, + .selectNone { float: right; cursor: pointer; + + &:hover, + &.selected { + color: #00bcd4; + } } & > ul { diff --git a/app/views/shared/_switchmetacodes.html.erb b/app/views/shared/_switchmetacodes.html.erb index a8db6f55..9dbdabb6 100644 --- a/app/views/shared/_switchmetacodes.html.erb +++ b/app/views/shared/_switchmetacodes.html.erb @@ -92,7 +92,8 @@ <% end %>