Add margin to select elements
This commit is contained in:
parent
54549d07ef
commit
0cf7467e4f
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ select {
|
||||||
outline: none;
|
outline: none;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
border: none;
|
border: none;
|
||||||
|
margin: 10px;
|
||||||
}
|
}
|
||||||
select:hover { cursor: pointer; }
|
select:hover { cursor: pointer; }
|
||||||
select:active, select:focus {
|
select:active, select:focus {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue