diff options
Diffstat (limited to 'server/sonar-web/src/main/js/components/controls/SearchBox.css')
-rw-r--r-- | server/sonar-web/src/main/js/components/controls/SearchBox.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/components/controls/SearchBox.css b/server/sonar-web/src/main/js/components/controls/SearchBox.css index 105c31ead18..25fbe9de8f6 100644 --- a/server/sonar-web/src/main/js/components/controls/SearchBox.css +++ b/server/sonar-web/src/main/js/components/controls/SearchBox.css @@ -77,7 +77,7 @@ position: absolute; top: 4px; left: 4px; - color: var(--gray60); + color: var(--gray52); transition: color 0.3s ease; } |