[konsole] [Bug 404255] [Feature request] Please consider making it possible to add some border/border-colour property to a KDE konsole tab
Mariusz Glebocki
bugzilla_noreply at kde.org
Tue Feb 12 22:35:49 GMT 2019
https://bugs.kde.org/show_bug.cgi?id=404255
Mariusz Glebocki <mglb at arccos-1.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REPORTED |RESOLVED
Resolution|--- |WORKSFORME
CC| |mglb at arccos-1.net
--- Comment #2 from Mariusz Glebocki <mglb at arccos-1.net> ---
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;
}
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list