FREEBIE
@ -484,3 +484,8 @@ input[type=text], input[type=search], textarea {
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;
margin-left: 20px; }
outline: none; }
@keyframes progress-bar-stripes {
from {
background-position: 40px 0; }