diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-02-11 18:57:39 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2016-02-16 14:44:59 +0100 |
commit | 4621ff0206176da5af9fc8c1c704a2ca5aded1ad (patch) | |
tree | b2b6bbcb5ae6812c591f8c71e454454566f3d493 /server/sonar-web/src/main/less/init/forms.less | |
parent | e53211f03c6d95428b387cc3beddf5378579769a (diff) | |
download | sonarqube-4621ff0206176da5af9fc8c1c704a2ca5aded1ad.tar.gz sonarqube-4621ff0206176da5af9fc8c1c704a2ca5aded1ad.zip |
SONAR-7191 Update the background tasks page to reflect latest WS changes
Diffstat (limited to 'server/sonar-web/src/main/less/init/forms.less')
-rw-r--r-- | server/sonar-web/src/main/less/init/forms.less | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/less/init/forms.less b/server/sonar-web/src/main/less/init/forms.less index 9a832f9679e..d0cd92873eb 100644 --- a/server/sonar-web/src/main/less/init/forms.less +++ b/server/sonar-web/src/main/less/init/forms.less @@ -58,7 +58,11 @@ input[type=date] { padding: 0 6px; } -input[type=search] { +input[type="search"] { + -webkit-appearance: textfield; +} + +input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } |