Xfce Forum

Sub domains
 

You are not logged in.

#1 2024-01-06 14:00:09

aalbani
Member
Registered: 2023-03-30
Posts: 26

Distance between panel and whisker menu

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

#2 2024-01-06 21:03:13

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,032

Re: Distance between panel and whisker menu

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

#3 2024-01-07 04:29:59

aalbani
Member
Registered: 2023-03-30
Posts: 26

Re: Distance between panel and whisker menu

Yes, that works. Thank you very much

Offline

Board footer

Powered by FluxBB