mirror of
https://github.com/Radarr/Radarr
synced 2024-12-25 17:27:59 +00:00
Fixed progress bar text
This commit is contained in:
parent
75090e77bc
commit
6ffb99f84f
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
display: block;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
.ui-progressbar-value
|
||||
|
@ -35,6 +36,7 @@
|
|||
position: relative;
|
||||
font-weight: normal;
|
||||
color: white;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
/* Set the row height so it won't resize when the progress bar is created */
|
||||
|
|
Loading…
Reference in a new issue