]> source.dussan.org Git - sonarqube.git/commitdiff
update styles of select2
authorStas Vilchik <vilchiks@gmail.com>
Thu, 15 Oct 2015 15:50:59 +0000 (17:50 +0200)
committerStas Vilchik <vilchiks@gmail.com>
Thu, 15 Oct 2015 16:35:42 +0000 (18:35 +0200)
server/sonar-web/src/main/less/select2-sonar.less

index 8aa6a5c4df8229228aa331875032d97204891c5a..926712457507e5a832719b54737bc605079049e1 100644 (file)
 }
 
 .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;
 }