[riot-mui] Add css for select and code clean up (#17)

This commit is contained in:
Joxit
2017-10-13 00:27:14 +02:00
parent cce858cbd9
commit a8bede51db
2 changed files with 39 additions and 15 deletions

View File

@@ -286,4 +286,25 @@ footer {
width: 100%;
position: fixed;
bottom: 0;
}
.select-padding {
padding: 20px 0;
}
select {
position: relative;
outline: 0;
box-shadow: none;
padding: 0;
width: 100%;
background: 0 0;
border: none;
font-weight: 400;
line-height: 24px;
height: 24px;
border-bottom: 1px solid #2f6975;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
}