You are not logged in.
Pages: 1
#genmon-18 image {
background: #282828;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
margin: 5px;
padding: 4px;
}
that works great
only the hover effect doesn't work, where is my mistake
#genmon-18 image:hover
Offline
I don't believe the hover pseudoclass has an effect on an image element. On the 4.x branch of the plugin, this should work:
#genmon-18 .genmon_imagebutton:hover image {
background: red;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
margin: 5px;
padding: 4px;
}
More info on genmon CSS styling can be found at: https://gitlab.xfce.org/panel-plugins/x … tyling.txt.
Mark solved threads as [SOLVED] to make it easier for others to find solutions.
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Pages: 1
[ Generated in 0.012 seconds, 7 queries executed - Memory usage: 527.85 KiB (Peak: 530.63 KiB) ]