add default progressbar appearance
This commit is contained in:
parent
1627cbbf3b
commit
608a13a878
1 changed files with 10 additions and 1 deletions
|
@ -40,4 +40,13 @@ nav .input-field input[type="search"], textarea {
|
|||
.transparent {
|
||||
background-color: transparent !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