diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2014-04-16 15:44:34 +0600 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2014-04-18 13:23:33 +0200 |
commit | 34af1e340f8e7eccca88381373e4e194096fc3a4 (patch) | |
tree | 1469a1dd5a92b8bbc50655292933009742ed908c | |
parent | eecc6c684656627d935169dfe5db20f3552278a3 (diff) | |
download | sonarqube-34af1e340f8e7eccca88381373e4e194096fc3a4.tar.gz sonarqube-34af1e340f8e7eccca88381373e4e194096fc3a4.zip |
Fix selected style
-rw-r--r-- | sonar-server/src/main/less/style.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-server/src/main/less/style.less b/sonar-server/src/main/less/style.less index f2552412caf..2e75b6fd2e3 100644 --- a/sonar-server/src/main/less/style.less +++ b/sonar-server/src/main/less/style.less @@ -379,6 +379,7 @@ h1 img, .h1 img, h2 img, .h2 img, h3 img, .h3 img, h4 img, .h4 img { .odd.selected, .even.selected, .odd.selected a, .even.selected a, .even.selected span, .odd.selected span { background-color: @lightBlue; + color: @baseFontColor; } table.data > thead > tr > th { |