Skip to content

Conversation

@rubenvdlinde
Copy link
Contributor

No description provided.

rubenvdlinde and others added 12 commits February 11, 2026 11:09
- Create header-override.css for white header with blue logo bar
- Override nldesign theme CSS with maximum specificity selectors
- Add Nederland logo in blue bar (matching login page design)
- Load override CSS in Application.php boot() method
- Header is now white with dark icons/text for better contrast
- Blue bar now extends 50px above header (top: -50px)
- Bar height increased to 100px for proper visibility
- Nederland logo copied to mydash/img/ folder for accessibility
- Logo positioned at bottom of blue bar (bottom: 5px)
- Logo uses relative path from CSS folder (../img/nederland-logo.svg)
- Body overflow set to visible to allow bar to extend above page
- Header overflow set to visible for pseudo-elements
- Remove filter: invert(1) from icons (was making them white)
- Set all header text to dark gray (#333333)
- Set app name and header links to Rijksblauw (#154273)
- App menu active/hover states use blue (#154273) with bold text
- Unified search icon and SVGs set to dark (#333333)
- User menu, notifications, contacts icons set to dark (opacity: 0.8)
- Settings menu icon filter removed for proper dark display
- All icons and text now properly visible on white header background
BREAKING CHANGE: Switch from CSS ::before/::after to real DOM element positioning

- Use position: fixed on header-appname-container/dashboard link
- Blue bar now targets actual logo element instead of pseudo-elements
- Logo displays at bottom of bar with flexbox (align-items: flex-end)
- Z-index: 9999 ensures bar floats above all content
- Logo made white via filter: brightness(0) invert(1)
- Works with both <img> and <svg> logo elements
- Bar dimensions: 60px wide × 100px tall, positioned at top: 0, left: 5px
- Remove old ::before and ::after pseudo-element code
- Logo now properly visible at bottom of blue bar across all pages
- Target actual Nextcloud logo link: a#nextcloud and a[href="/"]
- Also target .header-start wrapper (in addition to .header-left)
- Logo div (.logo) background replaced with nederland-logo.svg
- Remove incorrect selectors (.header-appname-container, dashboard link)
- Add legacy support for img/svg elements inside logo link
- Box-sizing: border-box for proper padding calculation
- Logo positioned at bottom via flexbox (align-items: flex-end)
- Fixed positioning ensures logo bar floats above all content
- Remove margin-top and padding-top from html, body, and #body-user
- Eliminates white space above blue bar
- Change flexbox to flex-direction: column with justify-content: flex-end
- Logo now correctly positioned at bottom of blue bar
- Adjust padding: remove all padding except padding-bottom: 10px
- Logo displays at bottom with proper spacing from edge
- Height reduced from 100px to 60px for more compact look

- Left position changed from 5px to 15px

- margin-top: 0px !important to override Nextcloud header.scss

- margin-left: 0px !important for precise positioning

- Logo height adjusted to 30px to fit 60px bar
- Height changed from 60px to 80px for better visual balance

- Logo height adjusted to 32px to fit proportionally
- visibility: visible !important (was hidden)

- padding: 0 !important (remove 70px left padding)

- text-indent: 0 !important (was -9999px)

- min-height and max-height: 32px (override 50px)

- text-align: center for proper centering

- Logo now properly visible and centered in blue bar
- Add eslint.config.js with Nextcloud ESLint config
- Add required ESLint dependencies
- Fix indentation and trailing spaces
- All linting checks now pass
Copy link

@SudoThijn SudoThijn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks fine to me, my only gripe is that your are uploading the build files

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You do not upload builds, therefore you should put /js/ in the .gitignore

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

Successfully merging this pull request may close these issues.

2 participants