From a41a67aa6679e7db332c5788f958198927137c9f Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 28 Oct 2015 17:25:17 -0400 Subject: [PATCH] better visibility of upload controls --- less/groups.less | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/less/groups.less b/less/groups.less index 4ac62b2..882fc07 100644 --- a/less/groups.less +++ b/less/groups.less @@ -54,9 +54,9 @@ left: auto; right: 0px; - &.initialised:hover { + &:hover { .controls { - opacity: 0.5; + .opacity(0.8); } } @@ -72,6 +72,14 @@ > * { pointer-events: all; } + + .fa { + color: white; + background-color: #333; + opacity: 1; + margin: 15px; + padding: 5px; + } } &.active {