Skip to content

CSS quick fixes

Remove firefox dotted line from select

select:-moz-focusring {
   color: transparent;
   text-shadow: 0 0 0 #000;
}
Published inUncategorized

Be First to Comment

Leave a Reply

Your email address will not be published. Required fields are marked *