From: Stas Vilchik Date: Thu, 22 May 2014 12:33:24 +0000 (+0200) Subject: Improve dashboard styles X-Git-Tag: 4.4-RC1~899 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=53fab291d6a10953fe767f06250b59642ffb9068;p=sonarqube.git Improve dashboard styles --- diff --git a/sonar-server/src/main/less/dashboard.less b/sonar-server/src/main/less/dashboard.less index f9b1586e039..c2e109a8f5b 100644 --- a/sonar-server/src/main/less/dashboard.less +++ b/sonar-server/src/main/less/dashboard.less @@ -68,19 +68,14 @@ line-height: 1; border-bottom: 1px solid @barBorderColor; color: @baseFontColor; - font-size: 16px; - font-weight: 300; + font-size: 14px; + font-weight: 400; text-transform: uppercase; } #dashboard .widget-title a { .base-link; .chevron-link; - - &:after { - position: relative; - top: -2px; - } } /*CONFIGURATION*/ diff --git a/sonar-server/src/main/less/ui.less b/sonar-server/src/main/less/ui.less index b4e9b7df9af..b58ab229bfc 100644 --- a/sonar-server/src/main/less/ui.less +++ b/sonar-server/src/main/less/ui.less @@ -47,6 +47,7 @@ a { } .link() { + outline: none; text-decoration: none; .trans; @@ -54,14 +55,14 @@ a { &:active, &:focus { color: @darkBlue; - outline: none; - text-shadow: 0 0 3px @blue; } } .chevron-link { &:after { content: "\f105"; + position: relative; + top: -1px; vertical-align: middle; margin-left: 0.4em; font-family: 'sonar';