Rough style for new upload bar
This repurposes ProgressBar which was not used anywhere in code.
This commit is contained in:
parent
bb80cfb9a6
commit
711181cc69
8 changed files with 42 additions and 60 deletions
|
@ -606,6 +606,13 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus {
|
|||
}
|
||||
}
|
||||
|
||||
@define-mixin ProgressBarBgColour $colour {
|
||||
background-color: $colour;
|
||||
&::-webkit-progress-bar {
|
||||
background-color: $colour;
|
||||
}
|
||||
}
|
||||
|
||||
@define-mixin ProgressBarBorderRadius $radius {
|
||||
border-radius: $radius;
|
||||
&::-moz-progress-bar {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue