hide progress by default

This commit is contained in:
Hakim El Hattab 2011-12-22 00:03:52 -08:00
parent bdff009c74
commit 4a4ffd518e
1 changed files with 1 additions and 0 deletions

View File

@ -461,6 +461,7 @@ progress::-webkit-progress-value {
progress {
position: absolute;
display: none;
height: 4px;
width: 100%;
bottom: 0;