Skip to content

Commit

Permalink
Fix for Issue ironmansoftware#1416
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-bleattler committed Jan 3, 2020
1 parent 51a796f commit a02f63f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/UniversalDashboard/Themes/Azure.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
'background-color' = "#FFFFFF"
}

'.sidenav .collapsible-header'= @{
'.sidenav .collapsible-header, .sidenav .collapsible li, ul:not(.browser-default)'= @{
'color'= "#fff !important"
'background-color' = "#1c1c1c !important"
}
Expand Down
4 changes: 4 additions & 0 deletions src/UniversalDashboard/Themes/DarkDefault.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,10 @@ $AlternativeBackgroundColor3 = $BackgroundColorBright
'background-color' = $PrimaryColorDark
}

'.sidenav .collapsible-body' = @{
'background-color' = $PrimaryColor
}

'.sidenav .collapsible-header' = @{
'color'= $AlternateFontColor
'font-size' = 'large'
Expand Down
4 changes: 4 additions & 0 deletions src/UniversalDashboard/Themes/DarkRounded.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,10 @@
'background-color' = "#bababa"
}

'.sidenav .collapsible-body' = @{
'background-color' = $PrimaryColor
}

'.sidenav .collapsible-header'= @{
'color'= "#fff !important"
'background-color' = "#1c1c1c !important"
Expand Down
4 changes: 4 additions & 0 deletions src/UniversalDashboard/Themes/Default.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,10 @@ $AlternativeBackgroundColor3 = $BackgroundColorBright
'background-color' = $PrimaryColorDark
}

'.sidenav .collapsible-body' = @{
'background-color' = $PrimaryColor
}

'.sidenav .collapsible-header' = @{
'color'= $AlternateFontColor
'font-size' = 'large'
Expand Down
3 changes: 2 additions & 1 deletion src/UniversalDashboard/Themes/DefaultTight.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,10 @@ $AlternativeBackgroundColor3 = $BackgroundColorBright
'background-color' = $PrimaryColorDark
}

'.sidenav .collapsible-header' = @{
'.sidenav .collapsible-header, .sidenav .collapsible li, .sidenav.fixed .collapsible li, ul:not(.browser-default)' = @{
'color'= $AlternateFontColor
'font-size' = 'large'
'background-color' = $PrimaryColor
}

'.sidenav .collapsible-header:hover' = @{
Expand Down

0 comments on commit a02f63f

Please sign in to comment.