Minor - group select2 css changes

pull/2487/head
jmontoyaa 7 years ago
parent 0081424e0c
commit 786a14c4b9
  1. 11
      app/Resources/public/css/base.css

@ -5277,10 +5277,7 @@ div#chat-remote-video video {
font-weight:normal;
color:#333333;
}
.select2-container .select2-selection--single{
height: 32px !important;
border-color: #CCCCCC !important;
}
#dialog-form .dialog-form-content{
font-size: 12px;
}
@ -6044,7 +6041,11 @@ ul#toolnavbox-two li a.btn{
#session-table .table{
margin-bottom: 5px;
}
.select2-container--default .select2-selection--multiple{
.select2-container .select2-selection--single {
height: 32px !important;
border-color: #CCCCCC !important;
}
.select2-container--default .select2-selection--multiple {
background-color: #FFF !important;
border: 1px solid #CCC !important;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

Loading…
Cancel
Save