fix: Add table row striping/borders and navigation active state styling - #97
Open
AliMahmoudDev wants to merge 1 commit into
Open
AliMahmoudDev wants to merge 1 commit into
AliMahmoudDev wants to merge 1 commit into
Conversation
Table styling (Closes deepsonK#64): - Add proper row striping with alternating even/odd backgrounds - Add borders to all table cells for clear data separation - Style table header with dark background and white text - Improve hover state with blue highlight color - Fix missing row striping that was commented as BUG Navigation active state (Closes deepsonK#60): - Add prominent active state with blue background (#007bff) - Add white text and bold font weight for active link - Add subtle box shadow for depth - Add hover state for active link - Fix broken CSS rule that had properties outside selector
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR fixes two frontend styling issues:
Table Styling - Row Striping and Borders (Closes #64)
#f5f7fa/#ffffff)thandtd) for clear data separation#333) and white text for better visual hierarchy#e8f0fe) for better interactivity feedbackNavigation Active State Styling (Closes #60)
#007bff) to clearly indicate the current page#0056b3)colorandpaddingproperties outside of any selector (was a syntax error)Testing