I just discover twitter-boostrap
https://github.com/twbs/bootstrap
and I\'m wondering if there is a jquery library to use with it.
For popovers, modals,
Why don't you go over to their tutorial here,
right click on the modal box and select inspect element
,
copy the whole div
where it says
<div class="modal" ....
and pop in their css?? That'll give enough to start with modals..
If you want twipsies and other interesting stuff working, you may want to download and check the javascript application.js
that comes with that page too :)
If you mean't to change the colors wherever, you should find all the color settings in preboot.less
inside the /lib folder...
Few colors like textbox/textarea borders, are however hardcoded in files like forms.less
,
if you want help modifying them, you could ask again...