From c274c7d5898cf6b0d974da340225d9c15c1b967d Mon Sep 17 00:00:00 2001 From: Taloth Saldono Date: Tue, 28 Jul 2015 20:15:55 +0200 Subject: [PATCH] Icon now completely hidden if spinner overlay is shown. Fixed season action margin. --- src/UI/Content/icons.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/UI/Content/icons.less b/src/UI/Content/icons.less index 6b47430da..cce09293a 100644 --- a/src/UI/Content/icons.less +++ b/src/UI/Content/icons.less @@ -81,10 +81,12 @@ vertical-align : baseline; i { - opacity : 0.2; + opacity : 0.0; + margin : 0 !important; &.icon-sonarr-spinner { opacity : 1.0; + margin : 0 -0.5em !important; } } @@ -94,8 +96,6 @@ left : 0; right : 0; bottom : 0; - - margin : 0 -0.5em; } }