The icons in the Select2Cell, and Select2Control were not visible due to

some CSS change.
This commit is contained in:
Ashesh Vashi 2016-04-08 11:09:58 +05:30
parent 95ffc908ce
commit 66441e673a

View File

@ -916,3 +916,7 @@ ul.nav.nav-tabs {
.btn-primary{
margin: 2px 13px !important;
}
.pgadmin-control-group span.wcTabIcon {
padding-left: 20px;
}