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::-moz-progress-bar,
|
||||||
progress::-webkit-progress-value {
|
::-webkit-progress-value {
|
||||||
background: var(--btnSubmitBorderColor) !important;
|
background: var(--btnSubmitBorderColor) !important;
|
||||||
border-radius: var(--smallRadius) inherit var(--smallRadius) 0;
|
border-radius: var(--smallRadius) inherit var(--smallRadius) 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
progress {
|
progress,
|
||||||
|
::-webkit-progress-bar {
|
||||||
background: var(--hoverGradient) !important;
|
background: var(--hoverGradient) !important;
|
||||||
border: solid var(--lighterBorderColor) var(--borderWidth) !important;
|
border: solid var(--lighterBorderColor) var(--borderWidth) !important;
|
||||||
border-radius: var(--smallRadius);
|
border-radius: var(--smallRadius);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue