Quote from
Gaev on May 26, 2023, 9:36 pm
@joferar333
The idea is to be able to put a calendar in the background (background image) and place a small button on each day to create an action there....
1) In Project >>> Properties >>> Styles ...
.transparent {
opacity: 0.2;
}
... might even try 0.3 or 0.4
2) Place your buttons on top of the calendar image (make sure the image is NOT selected at the time, as you do not want the button to be a child of the image).
3) For Properties >>> Advanced >>> css-class, specify transparent (no . in front)
@joferar333
The idea is to be able to put a calendar in the background (background image) and place a small button on each day to create an action there....
1) In Project >>> Properties >>> Styles ...
.transparent {
opacity: 0.2;
}
... might even try 0.3 or 0.4
2) Place your buttons on top of the calendar image (make sure the image is NOT selected at the time, as you do not want the button to be a child of the image).
3) For Properties >>> Advanced >>> css-class, specify transparent (no . in front)
smartmedia has reacted to this post.