mirror of
https://github.com/Radarr/Radarr
synced 2024-12-26 01:38:24 +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;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
line-height: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-progressbar-value
|
.ui-progressbar-value
|
||||||
|
@ -35,6 +36,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: white;
|
color: white;
|
||||||
|
line-height: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Set the row height so it won't resize when the progress bar is created */
|
/* Set the row height so it won't resize when the progress bar is created */
|
||||||
|
|
Loading…
Reference in a new issue