Merge pull request #20 from Tormak9970/progress-bar
chore: added background styling to progress bar in edge
This commit is contained in:
commit
165cf7634a
1 changed files with 4 additions and 3 deletions
|
|
@ -1243,12 +1243,13 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
|
|||
}
|
||||
|
||||
progress::-moz-progress-bar,
|
||||
progress::-webkit-progress-value {
|
||||
::-webkit-progress-value {
|
||||
background: var(--btnSubmitBorderColor) !important;
|
||||
border-radius: var(--smallRadius) inherit var(--smallRadius) 0;
|
||||
}
|
||||
|
||||
progress {
|
||||
progress,
|
||||
::-webkit-progress-bar {
|
||||
background: var(--hoverGradient) !important;
|
||||
border: solid var(--lighterBorderColor) var(--borderWidth) !important;
|
||||
border-radius: var(--smallRadius);
|
||||
|
|
@ -1257,4 +1258,4 @@ progress {
|
|||
|
||||
progress+span {
|
||||
color: var(--btnSubmitBorderColor) !important;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue