| Summary: | Konsole tabs change color automatically and distract the user | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | ita1024 <tnagy1024> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | wishlist | CC: | cpigat242, faure |
| Priority: | NOR | ||
| Version First Reported In: | 2.14.1 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
ita1024
2014-11-09 01:24:10 UTC
"Threshold for continuous silence" is for the "Monitor for Silence" feature, so that's indeed unrelated. One of the first things i do is to change the notification text to black using a stylesheet (Settings -> configure konsole -> tabbar -> user-defined stylesheet) which contains:
QTabBar::tab {
color:black;
}
QTabBar::tab:selected, QTabBar::tab:hover {
color: black;
}
The issue is old, I have a workaround I do not think anyone will change the default stylesheet so i am marking this as resolved. |