Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Popover not themed #107

Open
LazeMSS opened this issue Jan 2, 2021 · 4 comments
Open

Popover not themed #107

LazeMSS opened this issue Jan 2, 2021 · 4 comments

Comments

@LazeMSS
Copy link

LazeMSS commented Jan 2, 2021

I noticed the different popovers in the topbar - shown when serial log is enable or undervoltage is shown.

The below should fix it - i didn't have time to do a checkout and MR:

`
// CSS

 .themeify.discorded .popover {
    background-color: rgb(54, 57, 63);
}

.themeify.discorded .popover .popover-title{
    background-color: rgb(47, 49, 54);
}
.themeify.discorded .popover.bottom .arrow:after{
    border-bottom-color: rgb(47, 49, 54);
}


.themeify.material_ui_light .popover{
    background-color: rgb(255, 255, 255);
}

.themeify.material_ui_light .popover .popover-title {
    background-color: rgba(0, 0, 0, 0);
}

.themeify.material_ui_light .popover.bottom .arrow:after{
    border-bottom-color: rgba(0, 0, 0, 0);
}


.themeify.cyborg .popover{
    background-color: rgb(6, 6, 6);
}

.themeify.cyborg .popover .popover-title {
    background-color: #fafafa;
}

.themeify.cyborg .popover.bottom .arrow:after{
    border-bottom-color: #fafafa;
}


.themeify.discoranged .popover{
    background-color: #36393f;
}

.themeify.discoranged .popover .popover-title {
    background-color: rgb(47, 49, 54);
}

.themeify.discoranged .popover.bottom .arrow:after{
    border-bottom-color: rgb(47, 49, 54);
}



.themeify.dyl .popover{
    background-color: #fff;
}

.themeify.dyl .popover .popover-title {
    background-color: rgb(255, 152, 0);
}

.themeify.dyl .popover.bottom .arrow:after{
    border-bottom-color:rgb(255, 152, 0);
}


.themeify.nighttime .popover{
    background-color: rgb(52, 56, 60);
}

.themeify.nighttime .popover .popover-title {
    background-color: rgb(64, 69, 74);
}

.themeify.nighttime .popover.bottom .arrow:after{
    border-bottom-color:rgb(64, 69, 74);
}

`

@kantlivelong
Copy link

Am also seeing this

@ekorolkov
Copy link

UPS
Waiting for fix

@erk91495
Copy link

erk91495 commented Feb 2, 2022

@Birkbjo is this in any of the dev branches?

@LazeMSS
Copy link
Author

LazeMSS commented Feb 2, 2022

Come join the dark side 🤣

https://plugins.octoprint.org/plugins/uicustomizer/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants