Bad active pagination styling leaves number invisible #1490

Closed
opened 2026-02-05 01:02:56 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @Statium on GitHub (Jan 12, 2020).

The active user page in the master branch uses a white background as the text style, this is illogical. I propose to set the default for the active page as black background.
image

Originally created by @Statium on GitHub (Jan 12, 2020). The active user page in the master branch uses a white background as the text style, this is illogical. I propose to set the default for the active page as black background. ![image](https://user-images.githubusercontent.com/4026090/72220800-4f3c8200-3576-11ea-9759-483c8f05ef5e.png)
OVERLORD added the 🐛 Bug🎨 Design💻 Front-End labels 2026-02-05 01:02:56 +03:00
Author
Owner

@mflagler commented on GitHub (Feb 21, 2020):

Or just have it set to the primary color configured in the settings. I alternatively added this to the Custom HTML Head Content (adjust color as you like):
<style>li.page-item.active {background-color: #363636;}</style>

@mflagler commented on GitHub (Feb 21, 2020): Or just have it set to the primary color configured in the settings. I alternatively added this to the Custom HTML Head Content (adjust color as you like): `<style>li.page-item.active {background-color: #363636;}</style>`
Author
Owner

@ssddanbrown commented on GitHub (Jul 26, 2020):

Thanks for reporting. The colors used have been reviewed for both themes and visibility changes have been applied. Changes will be part of v0.30.

@ssddanbrown commented on GitHub (Jul 26, 2020): Thanks for reporting. The colors used have been reviewed for both themes and visibility changes have been applied. Changes will be part of v0.30.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#1490