You are not logged in.
Pages: 1
I would like to achieve a distance between the panel and the whisker menu. I have inserted "margin-bottom" for this purpose.
#whiskermenu-window {
background-color: rgba(59, 59, 59, 0.8) ; /*All window*/
color: #e6ebef; /*Text color ex:username*/
border-radius: 10px 10px 10px 10px;
margin-bottom: 10px;
}
However, this has no effect.
Is that not possible?
Offline
Try this:
#whiskermenu-window frame {
background-color: rgba(59, 59, 59, 0.8) ; /*All window*/
color: #e6ebef; /*Text color ex:username*/
border-radius: 10px 10px 10px 10px;
margin-bottom: 10px;
}
...adjust "100" to suit.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Yes, that works. Thank you very much
Offline
Pages: 1
[ Generated in 0.020 seconds, 7 queries executed - Memory usage: 520.8 KiB (Peak: 523.08 KiB) ]