Hi to everybody
I'm trying to apply a css style to a label with font "Material Icons" with no result.
This the css entry:
This is the code :
And found attached an image from designer
Any idea??
Thanks
I'm trying to apply a css style to a label with font "Material Icons" with no result.
This the css entry:
B4X:
.mylabel {
-fx-background-color: Transparent;
}
.mylabel:hover {
-fx-background-color: #66CCFF;
}
This is the code :
B4X:
Sub Class_Globals
.....
Private LblClose, LblMax, LblMin As Label
End Sub
Public Sub Initialize(Parent As Form)
...
FrmLogin.Stylesheets.Add(File.GetUri(File.DirAssets, "DeporWeb.css"))
LblMin.StyleClasses.Add("mylabel")
...
End Sub
And found attached an image from designer
Any idea??
Thanks