From: Stas Vilchik Date: Thu, 15 Oct 2015 15:50:59 +0000 (+0200) Subject: update styles of select2 X-Git-Tag: 5.3-RC1~488 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=61062623425aaad5297759a168c2809f42099bfe;p=sonarqube.git update styles of select2 --- diff --git a/server/sonar-web/src/main/less/select2-sonar.less b/server/sonar-web/src/main/less/select2-sonar.less index 8aa6a5c4df8..92671245750 100644 --- a/server/sonar-web/src/main/less/select2-sonar.less +++ b/server/sonar-web/src/main/less/select2-sonar.less @@ -10,11 +10,13 @@ } .select2-container .select2-choice { - height: 20px; - line-height: 20px; + height: @formControlHeight; + line-height: @formControlHeight - 2px; border-color: @darkGrey; - border-radius: 0; + border-radius: 2px; + box-sizing: border-box; background: #fff; + font-size: 12px; text-align: left; }