aozora / bootplus

Sleek, intuitive, and powerful Google styled front-end framework for faster and easier web development
http://aozora.github.io/bootplus
Other
547 stars 116 forks source link

bootstrap-select #17

Closed viniciuschiele closed 11 years ago

viniciuschiele commented 11 years ago

The plugin "bootstrap-select" (https://github.com/silviomoreto/bootstrap-select) does not work with icons in bootplus but with twitter bootstrap works.

My example: https://dl.dropboxusercontent.com/u/7406684/bootplus.zip

Thank you!

aozora commented 11 years ago

Hi, sorry for the very late reply, I tried your example with the latest bootstrap-select and bootplus: if you add the following at the bootom of the it works:

    <style type="text/css">
    .bootstrap-select.btn-group .btn .filter-option {
        top: 0;
    }
    </style>