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.
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
Yes, that works. Thank you very much
Offline
Pages: 1
[ Generated in 0.006 seconds, 7 queries executed - Memory usage: 523.58 KiB (Peak: 531.67 KiB) ]