Removes orange borders glitch (visible in dark design)

FREEBIE
This commit is contained in:
Ikarulus 2016-12-05 23:43:43 +01:00 committed by lilia
parent bb5ebf39bd
commit 59c684db8a
2 changed files with 8 additions and 0 deletions

View File

@ -484,3 +484,8 @@ input[type=text], input[type=search], textarea {
margin-left: 20px;
}
}
//yellow border fix
.inbox:focus {
outline: none;
}

View File

@ -439,6 +439,9 @@ input[type=text]:active, input[type=text]:focus, input[type=search]:active, inpu
background: #2090ea;
margin-left: 20px; }
.inbox:focus {
outline: none; }
@keyframes progress-bar-stripes {
from {
background-position: 40px 0; }