hii
how to add a background image to the area marked by the red arrow ?
i tried this code but it didnt work
how to add a background image to the area marked by the red arrow ?
i tried this code but it didnt work
B4X:
.tab-pane > .tab-header-area > .tab-header-background {
-fx-background-color: white;
-fx-background-image: url("/background.jpg");
-fx-border-color: #a3a7a8;
-fx-border-width: 0 0 1 0;
-fx-background-insets: 0;
-fx-pref-height: 45px;
}