From 0997e3a931ceeb990386321c0fe41dce549806df Mon Sep 17 00:00:00 2001 From: WrinklyNinja Date: Mon, 1 Sep 2014 11:55:18 +0100 Subject: [PATCH] Apply sorting button is now highlighted. Part of #277. --- resources/report/css/style.css | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/resources/report/css/style.css b/resources/report/css/style.css index adfdcd2f..fc84d178 100644 --- a/resources/report/css/style.css +++ b/resources/report/css/style.css @@ -389,14 +389,8 @@ body.editMode header #headerOverlay { -webkit-user-select: none; cursor: move; } -.highlight { - background: #69aaff; - color: #f8f8f8; -} -plugin-card.highlight { +.highlight, #applySortButton { box-shadow: inset 0 0 10px 3px #69aaff; - background: white; - color: inherit; outline: 3px solid #69aaff; } input:invalid {