I want to change color of caret and make it not relative from input text, because it\'s hard to make it look good when it is.
This works for Wordpress Bootstrap
// Caret color .navbar .nav li.dropdown > .dropdown-toggle .caret { border-bottom-color: #FFFFFF; border-top-color: #FFFFFF; }