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

Jenkins Dashboard-View Portlets mis-styled #269

Open
rhaludir opened this issue Sep 28, 2022 · 1 comment
Open

Jenkins Dashboard-View Portlets mis-styled #269

rhaludir opened this issue Sep 28, 2022 · 1 comment

Comments

@rhaludir
Copy link

rhaludir commented Sep 28, 2022

Example:
image

Jenkins docker container, vers. 2.370
Dark Theme plugin, vers. 245.vb_a_2b_b_010ea_96
Dashboard View plugin, vers. 2.447.vda_124dd35f11

Recreate with:
New view > Dashboard > Select jobs and add portlets > view in dark mode.

@fenchu
Copy link

fenchu commented Oct 26, 2022

.jenkins-breadcrumbs {
  position: sticky;
  top: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  padding: 0.55rem 0.7rem 0.55rem 0.75rem;
  backdrop-filter: blur(15px);
  overflow-x: auto;
  background: var(--breadcrumbs-bar-background);

src/main/frontend/main.scss -> --breadcrumbs-bar-background: hsl(240, 6%, 9%, 0.8);
(color looks fine, but what show up in browser is different, (see jpeg) , so something must overwrite it. Just deleting it look better)

jennkins-darktheme-bgcolor

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

2 participants