Community
Participate
Working Groups
CTabFolder determines its border color as follows: borderColor = display.getSystemColor(BORDER1_COLOR); There are two problems: 1) Since borderColor is a static var, all CTabFolders get the same border color 2) We should be able to set it from CSS rather than it always having a system value (it taking its default from the system is fine).
(In reply to comment #0) > 1) Since borderColor is a static var, all CTabFolders get the same border color I guess this bug should depend on bug 72862?
.