mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Improve display of progress bars.
Change fill color height of progress bars in the Downloads columns of the show list page. Change fill color height of progress bars under the images in Layout Poster of the show list page. Remove top grey border on the up to 20% red progress bars in Layout Poster of the show list page.
This commit is contained in:
parent
6c8d72b9c1
commit
7dd545ecae
1 changed files with 12 additions and 0 deletions
|
@ -631,6 +631,18 @@ home.tmpl
|
|||
border-left: 0px;
|
||||
border-right: 0px;
|
||||
}
|
||||
.ui-progressbar .ui-progressbar-value {
|
||||
height:20px
|
||||
}
|
||||
.ui-progressbar .progress-20 {
|
||||
border: none;
|
||||
}
|
||||
.show .progress-20,
|
||||
.show .progress-40,
|
||||
.show .progress-60,
|
||||
.show .progress-80 {
|
||||
height: 7px
|
||||
}
|
||||
|
||||
.show .progress-80 {
|
||||
border-radius: 0px;
|
||||
|
|
Loading…
Reference in a new issue