F Firpas Active Member Licensed User Longtime User May 11, 2018 #1 Hi to every body Definition "Material icons" in buttons and labels should establish a large font size, however in the tooltip I would like a smaller font. Is it possible to apply a different font size to the tooltip and the view? Or how create a css entry for all tooltips? Thanks
Hi to every body Definition "Material icons" in buttons and labels should establish a large font size, however in the tooltip I would like a smaller font. Is it possible to apply a different font size to the tooltip and the view? Or how create a css entry for all tooltips? Thanks
F Firpas Active Member Licensed User Longtime User May 11, 2018 #2 Solved B4X: .tooltip { -fx-background-radius: 2 2 2 2; -fx-background-color: linear-gradient(#FFFF99, #FFFF99); -fx-text-fill: black; -fx-font-size: 12px; } Upvote 0
Solved B4X: .tooltip { -fx-background-radius: 2 2 2 2; -fx-background-color: linear-gradient(#FFFF99, #FFFF99); -fx-text-fill: black; -fx-font-size: 12px; }
ThRuST Well-Known Member Licensed User Longtime User May 8, 2021 #3 This doesn't work for tray icon tooltip.. Upvote 0