fix borders to gracefully degrade
This commit is contained in:
parent
dd5819d456
commit
ceb5e27a44
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
|||
textarea, input {
|
||||
textarea, input, .addon-front {
|
||||
font-size: .8em;
|
||||
}
|
||||
|
||||
textarea, input {
|
||||
border: 1px solid #ccc;
|
||||
outline: 0;
|
||||
padding: 6px;
|
||||
&:focus {
|
||||
|
@ -16,5 +17,5 @@ textarea, input[type='text'] {
|
|||
|
||||
.addon-front {
|
||||
padding: 6px 11px;
|
||||
border-right: 0;
|
||||
box-shadow: 0 0 0 1px #ccc;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue