[GH-ISSUE #55] Dark mode GUI needs some fixing #39

Closed
opened 2026-03-04 12:24:09 +03:00 by kerem · 1 comment
Owner

Originally created by @piterq on GitHub (Jul 10, 2022).
Original GitHub issue: https://github.com/brvphoenix/luci-app-wrtbwmon/issues/55

There is improper bright background in the header:
image

The summary (total) row is hard to read due to grey backgroud:
image

Suggested fixes

1. Remove this line from details.js:

tc = (pc >= 80 ? 'white' : '#404040');

2. Change this code in wrtbwmon.css file:

.tr.table-totals {
	background: #e0e0e0 !important;
}

to this code:

.tr.table-totals {
	font-weight: bold;
}
Originally created by @piterq on GitHub (Jul 10, 2022). Original GitHub issue: https://github.com/brvphoenix/luci-app-wrtbwmon/issues/55 There is improper bright background in the header: ![image](https://user-images.githubusercontent.com/59413148/178141230-20aed483-5ab1-4059-8ae8-9075d557bec8.png) The summary (total) row is hard to read due to grey backgroud: ![image](https://user-images.githubusercontent.com/59413148/178140682-ed0a5d2a-9306-4974-a291-5723aee69504.png) **Suggested fixes** **1. Remove this line from details.js:** ``` tc = (pc >= 80 ? 'white' : '#404040'); ``` **2. Change this code in wrtbwmon.css file:** ``` .tr.table-totals { background: #e0e0e0 !important; } ``` **to this code:** ``` .tr.table-totals { font-weight: bold; } ```
kerem closed this issue 2026-03-04 12:24:09 +03:00
Author
Owner

@HahahahaChen commented on GitHub (Apr 14, 2023):

I think you can make a pull request

<!-- gh-comment-id:1508199050 --> @HahahahaChen commented on GitHub (Apr 14, 2023): I think you can make a pull request
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/luci-app-wrtbwmon-brvphoenix#39
No description provided.