css - How to add custom features to zurb's Foundation drop-downs? -


as shown in image bellow, foundation adds grey triangle pointing down icon drop-down area. problem is: how customize it? want turn white.

enter image description here

i've tried find using both firebug , chrome dev tools no avail. can't find codes triangle , how customize it..

the arrow created in line 576 of presentation.css, following lines:

border: solid 5px;  border-color: #e6e6e6 transparent transparent transparent; 

i've never seen technique creating triangle, it's explained quite nicely here.


Comments

Popular posts from this blog

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -

visual studio - TFS will not accept changes I've made to a Java project -