mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Fixed progress bar styling
This commit is contained in:
parent
7ed2839cf2
commit
ce8fd9df04
2 changed files with 5 additions and 1 deletions
|
@ -220,6 +220,7 @@
|
|||
position: relative;
|
||||
margin-top: 14px;
|
||||
height: 10px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.files .progress-bar .progress {
|
||||
background: #E93250;
|
||||
|
@ -236,6 +237,9 @@
|
|||
-moz-border-radius-bottomleft: 20px;
|
||||
border-top-left-radius: 20px;
|
||||
border-bottom-left-radius: 20px;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
display:block;
|
||||
}
|
||||
.file {
|
||||
float: left;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue