diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2017-03-13 16:41:46 +0100 |
---|---|---|
committer | Stas Vilchik <stas-vilchik@users.noreply.github.com> | 2017-03-14 10:39:38 +0100 |
commit | 796469600844cbbe5727e10761be8582b045ebf9 (patch) | |
tree | 7dfa10752765e01eb0c91475da05b8947d672179 /server/sonar-web/src/main/less | |
parent | c3358eec573fb6fbc171843f0b4fcb9fe51f139c (diff) | |
download | sonarqube-796469600844cbbe5727e10761be8582b045ebf9.tar.gz sonarqube-796469600844cbbe5727e10761be8582b045ebf9.zip |
SONAR-8778 display deprecated key and its version
Diffstat (limited to 'server/sonar-web/src/main/less')
-rw-r--r-- | server/sonar-web/src/main/less/components/typography.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/less/components/typography.less b/server/sonar-web/src/main/less/components/typography.less index ddb501ac447..7455ef03535 100644 --- a/server/sonar-web/src/main/less/components/typography.less +++ b/server/sonar-web/src/main/less/components/typography.less @@ -54,7 +54,7 @@ code { padding: 0.2em 0.45em; margin: 0; - background-color: rgba(0, 0, 0, 0.04); + background-color: rgba(0, 0, 0, 0.06); border-radius: 3px; white-space: nowrap; } |