Design: progress bar styling
This commit is contained in:
parent
033bdf7908
commit
ca6a7917ce
1 changed files with 10 additions and 0 deletions
|
|
@ -458,6 +458,15 @@ textarea,
|
|||
progress {
|
||||
width: 60px;
|
||||
margin-right: 8px;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
progress::-webkit-progress-bar {
|
||||
background-color: #888;
|
||||
}
|
||||
|
||||
progress::-webkit-progress-value {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
@ -511,6 +520,7 @@ body.drag .app::after {
|
|||
/*
|
||||
* TORRENT LIST: EXPANDED TORRENT DETAILS
|
||||
*/
|
||||
|
||||
.torrent.selected {
|
||||
height: auto;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue