Skip to content

Commit

Permalink
Merge pull request #1072 from ironmansoftware/ProgressBarDefaultThemeFix
Browse files Browse the repository at this point in the history
ProgressBar Color Fix
  • Loading branch information
leeberg authored Aug 31, 2019
2 parents 206448f + 84be7a0 commit 0f742e5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/UniversalDashboard/Themes/Default.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,14 @@
'.sidenav .collapsible-header:hover' = @{
'color'= "#ffffff"
}

'.progress' = @{
'background-color' = '#8c9eff'
}

'.progress .determinate, .progress .indeterminate' = @{
'background-color' = '#3f51b5'
}

}
}

0 comments on commit 0f742e5

Please sign in to comment.