From 61062623425aaad5297759a168c2809f42099bfe Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Thu, 15 Oct 2015 17:50:59 +0200 Subject: [PATCH] update styles of select2 --- server/sonar-web/src/main/less/select2-sonar.less | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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; } -- 2.39.5