Removes orange borders glitch (visible in dark design)
FREEBIE
This commit is contained in:
parent
bb5ebf39bd
commit
59c684db8a
2 changed files with 8 additions and 0 deletions
|
@ -484,3 +484,8 @@ input[type=text], input[type=search], textarea {
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//yellow border fix
|
||||||
|
.inbox:focus {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
|
@ -439,6 +439,9 @@ input[type=text]:active, input[type=text]:focus, input[type=search]:active, inpu
|
||||||
background: #2090ea;
|
background: #2090ea;
|
||||||
margin-left: 20px; }
|
margin-left: 20px; }
|
||||||
|
|
||||||
|
.inbox:focus {
|
||||||
|
outline: none; }
|
||||||
|
|
||||||
@keyframes progress-bar-stripes {
|
@keyframes progress-bar-stripes {
|
||||||
from {
|
from {
|
||||||
background-position: 40px 0; }
|
background-position: 40px 0; }
|
||||||
|
|
Loading…
Reference in a new issue