Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

[2.9.0] UD tab color is wrong in Dark Rounded #1619

Open
PorreKaj opened this issue Apr 20, 2020 · 0 comments
Open

[2.9.0] UD tab color is wrong in Dark Rounded #1619

PorreKaj opened this issue Apr 20, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@PorreKaj
Copy link

Describe the Issue

Same as #1464, but for DarkRounded

To Reproduce

Steps to reproduce the behavior: (Example)

  1. Start Dashboard
  2. Click on the Hamburger
  3. Press ALT-F4
  4. Browser Closes...

Expected behavior

A clear and concise description of what you expected to happen.

Script Sample

New-UDTabContainer -Tabs {
                                        New-UDTab -Text 'Work Order' -Content {
                                            New-UDElement -Tag 'div' -Content { "Tab 1 Content"}
                                        }
                                        New-UDTab -Text "Partner" -Content {
                                            New-UDElement -Tag 'div' -Content { "Tab 2 Content"}
                                        }
                                        New-UDTab -Text "Log" -Content {
                                            New-UDElement -Tag 'div' -Content { "Tab 3 Content"}
                                        }
                                    }

Version Information

  • Operating System:
  • PowerShell Version:
  • Universal Dashboard Version:
  • UD Hosting Method: (Powershell, IIS, App Service, Etc.)

Additional context

Add any other context about the problem here.

@PorreKaj PorreKaj added the bug Something isn't working label Apr 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant