- Patch #30629 by Neil: fixed scrollbar height.

4.7.x
Dries Buytaert 2005-09-07 20:50:01 +00:00
parent 57a734a989
commit a73d5744c3
1 changed files with 2 additions and 2 deletions

View File

@ -592,8 +592,8 @@ html.js input.throbbing {
}
.progress .filled {
background: #0072b9;
height: 1.33em;
border-bottom: 0.67em solid #004a73;
height: 1em;
border-bottom: 0.5em solid #004a73;
width: 0%;
}
.progress .percentage {