| Summary: | [Feature request] Please consider making it possible to add some border/border-colour property to a KDE konsole tab | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | shevegen <shevegen> |
| Component: | tabbar | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | mglb |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
shevegen
2019-02-12 19:14:44 UTC
Sorry for the strange line wrappings - that html field here is a strange thing ... There is already support for CSS - https://docs.kde.org/stable5/en/applications/konsole/tabbarstylsheet.html You can specify CSS file in Setting → Configure Konsole → Tabbar You can try something like this: QTabBar::tab:selected { background-color: #31363b; /* #f3f4f4 for light breeze */ border: 1px solid crimson; border-bottom: none; border-top-left-radius: 2px; border-top-right-radius: 2px; } |