remove dropdown arrow

This commit is contained in:
Ruud
2012-09-25 16:03:31 +02:00
parent 7e3a6eeb83
commit 08ef153bbf

View File

@@ -376,22 +376,12 @@ body > .spinner, .mask{
font-weight: bold;
}
.select .list:before {
content: ' ';
height: 0;
position: absolute;
width: 0;
border: 6px solid transparent;
border-bottom-color: #282d34;
margin: -11px 0 0 70px;
}
.select .list {
display: none;
background: #282d34;
border: 1px solid #1f242b;
position: absolute;
margin: 30px 0 0 0;
margin: 28px 0 0 0;
box-shadow: 0 20px 20px -10px rgba(0,0,0,0.4);
border-radius:3px;
z-index: 3;