[PR #3878] [MERGED] Cleaned up dark mode styles inc. setting browser color scheme #6273

Closed
opened 2026-02-05 10:28:15 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/3878
Author: @ssddanbrown
Created: 11/28/2022
Status: Merged
Merged: 11/28/2022
Merged by: @ssddanbrown

Base: developmentHead: dark_style_cleanup


📝 Commits (1)

  • 09fa2d2 Cleaned up dark mode styles inc. setting browser color scheme

📊 Changes

6 files changed (+16 additions, -8 deletions)

View changed files

📝 resources/sass/_blocks.scss (+3 -2)
📝 resources/sass/_components.scss (+5 -3)
📝 resources/sass/_lists.scss (+2 -1)
📝 resources/sass/_variables.scss (+4 -0)
📝 resources/views/entities/search-form.blade.php (+1 -1)
📝 resources/views/pages/parts/template-manager.blade.php (+1 -1)

📄 Description

Forces browser colorscheme based on BookStack color scheme, via 'color-scheme' css property.
Sets proper dark mode colors for some previously missed areas like templates and attachment control buttons.
Also fixed search bar icon position for some search inputs.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BookStackApp/BookStack/pull/3878 **Author:** [@ssddanbrown](https://github.com/ssddanbrown) **Created:** 11/28/2022 **Status:** ✅ Merged **Merged:** 11/28/2022 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `development` ← **Head:** `dark_style_cleanup` --- ### 📝 Commits (1) - [`09fa2d2`](https://github.com/BookStackApp/BookStack/commit/09fa2d2c9cd90bd6b472641a862434f53b31f13a) Cleaned up dark mode styles inc. setting browser color scheme ### 📊 Changes **6 files changed** (+16 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `resources/sass/_blocks.scss` (+3 -2) 📝 `resources/sass/_components.scss` (+5 -3) 📝 `resources/sass/_lists.scss` (+2 -1) 📝 `resources/sass/_variables.scss` (+4 -0) 📝 `resources/views/entities/search-form.blade.php` (+1 -1) 📝 `resources/views/pages/parts/template-manager.blade.php` (+1 -1) </details> ### 📄 Description Forces browser colorscheme based on BookStack color scheme, via 'color-scheme' css property. Sets proper dark mode colors for some previously missed areas like templates and attachment control buttons. Also fixed search bar icon position for some search inputs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:28:15 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6273