Keyang's Blog
  • HOME
  • CSVTOJSON
  • PSDETCH
  • UML Editor
  • ARCHIVES
Word of Forks
HOME CSVTOJSON PSDETCH UML Editor ARCHIVES

Customised select styles

Mar 31, 2016

e.g.

1
2
3
4
5
6
7
8
9
10
11
12
13
.select-type-1{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding:1em;
border:1px solid #ee7122;
color:white;
text-align: center;
border-radius: 0px;
-webkit-border-radius: 0px;
background: rgba(255, 255, 255, 0.12) url("../img/arrowdown.png") no-repeat 90% 50%;
background-size:10%;
}

self-explained.

html css
prev: How to send UDP packet on Linux / Unix? next: Docker multi-hosting network quick note
©2018 Keyang Xiang