I'm using select on one of my project.

You can override the CSS. You might have to use the "!important" syntax as
the default select2.css file might be loaded after your own CSS file.

Here's an example of my own CSS :

.select2-container .select2-choice {
        background: none !important;
        border-radius : 0 !important;
        height: 19px !important;
        border: 1px solid #676767 !important;
        line-height: 19px !important;
        padding: 0 0 0 5px !important;
        text-decoration: none !important;
}

.select2-drop {
        border-top : 1px solid #aaaaaa !important;
        padding-top: 2px !important;
        font-size: 11px;
}

Hope this help.



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/select2-tp4656140p4656171.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to