[libksysguard] Fix text color in memory html view
AbandonedPublic

Authored by anthonyfieroni on Jun 25 2017, 4:15 AM.

Details

Reviewers
davidedmundson
graesslin
Group Reviewers
Plasma
Summary

We should port it to QWebWidgets, i don't know what is current status of QtWebkit (i use revived version in KaOS) on Wayland.

Test Plan

Diff Detail

Repository
R111 KSysguard Library
Lint
Lint Skipped
Unit
Unit Tests Skipped
anthonyfieroni created this revision.Jun 25 2017, 4:15 AM
Restricted Application added a subscriber: plasma-devel. · View Herald TranscriptJun 25 2017, 4:15 AM

It's "fixed" if you're running breeze dark, but surely this is broken of you're running breeze normal?

It's "fixed" if you're running breeze dark, but surely this is broken of you're running breeze normal?

Ah, you are right. Do you have any suggestion, i want to shoot myself any time when i touch web content :)

Doesn't CSS have "System Colors"? They are deprecated in CSS 3 but might still work here: https://www.w3.org/TR/2003/CR-css3-color-20030514/#css2-system

Use fixed colors.

Doesn't CSS have "System Colors"? They are deprecated in CSS 3 but might still work here: https://www.w3.org/TR/2003/CR-css3-color-20030514/#css2-system

It does not work :)

cfeck added a subscriber: cfeck.Jun 27 2017, 11:18 AM

This can be abandoned, https://phabricator.kde.org/D6402 was committed.