mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Remove default border around select element
This commit is contained in:
parent
295420868f
commit
7270cd30a5
1 changed files with 4 additions and 0 deletions
|
|
@ -22,6 +22,10 @@ input {
|
|||
border: 1px solid #ddd;
|
||||
}
|
||||
|
||||
select {
|
||||
border: none;
|
||||
}
|
||||
|
||||
button {
|
||||
display: block;
|
||||
width: 100%;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue