add default progressbar appearance
This commit is contained in:
parent
1627cbbf3b
commit
608a13a878
1 changed files with 10 additions and 1 deletions
|
@ -41,3 +41,12 @@ nav .input-field input[type="search"], textarea {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
background: none !important;
|
background: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
progress {
|
||||||
|
background-color: #88888888;
|
||||||
|
height: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
progress::-webkit-progress-value {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue