Style the select elements
This commit is contained in:
parent
5a8a8425a8
commit
81ea8e5f9d
1 changed files with 16 additions and 0 deletions
|
|
@ -172,6 +172,22 @@ h3 {
|
|||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
select {
|
||||
border-radius: 5px;
|
||||
background: black;
|
||||
color: white;
|
||||
outline: none;
|
||||
border-width: 2px;
|
||||
border-style: solid;
|
||||
border-color: transparent;
|
||||
padding: 5px 7px;
|
||||
width: 90%;
|
||||
|
||||
&:focus {
|
||||
border-color: #00aa00;
|
||||
}
|
||||
}
|
||||
|
||||
.spaceship-icon {
|
||||
/*
|
||||
Smaller version: 55px
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue