All the CSS theme-related threads in the B4J forum never discussed/address how to do this.
For my application's main form (and all its popup forms and msgboxes), I have a nice dark theme in place and working for everything necessary using the:
approach -- except for the the form titlebar:
In the above, I want to be set the titlebar to match the background color I've set for the menubar (with white color for text). I would have thought the
Any CSS or other solution suggestion(s) will be much appreciated.
Note: I do NOT want to create a custom replacement titlebar....
For my application's main form (and all its popup forms and msgboxes), I have a nice dark theme in place and working for everything necessary using the:
B4X:
form.Stylesheets.Add(File.GetUri(File.DirAssets,Theme))
approach -- except for the the form titlebar:
In the above, I want to be set the titlebar to match the background color I've set for the menubar (with white color for text). I would have thought the
Any CSS or other solution suggestion(s) will be much appreciated.
Note: I do NOT want to create a custom replacement titlebar....