From 33c3ac6b2feb1ef97cb16bc949a0840c388cceaf Mon Sep 17 00:00:00 2001 From: Grégoire Aubert Date: Wed, 12 Jul 2017 13:45:35 +0200 Subject: SONAR-9403 Display more information messages when adding new metrics to a custom graph --- server/sonar-web/src/main/less/init/forms.less | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/sonar-web/src/main/less') diff --git a/server/sonar-web/src/main/less/init/forms.less b/server/sonar-web/src/main/less/init/forms.less index e01aeddf952..f7993a30f24 100644 --- a/server/sonar-web/src/main/less/init/forms.less +++ b/server/sonar-web/src/main/less/init/forms.less @@ -121,6 +121,7 @@ input[type=button] { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } + &.disabled, &:disabled, &:disabled:hover, &:disabled:active, @@ -129,6 +130,7 @@ input[type=button] { border-color: #ddd; background: #ebebeb; cursor: not-allowed; + box-shadow: none; } } -- cgit v1.2.3