rexrony89

Select CSS Styling

Aug 23rd, 2014
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.46 KB | None | 0 0
  1. select {border:1px solid #383838;
  2. -ms-appearance: none;-o-appearance: none; -webkit-appearance: none;
  3.         -moz-appearance: none; /* Removes Default Firefox style*/
  4.         background: #191919 url(../images/select-arrow.png) no-repeat 93% center ;
  5.         width:215px; float:left;text-indent: 0.01px; /* Removes default arrow from firefox*/
  6.         text-overflow: ""; color: #FFF; padding: 5px;box-shadow: inset 0 0 5px rgba(000,000,000, 0.5); outline:none; margin:0 0 10px 0;  
  7.     }
Advertisement
Add Comment
Please, Sign In to add comment