Xfce Forum

Sub domains
 

You are not logged in.

#26 2022-02-23 20:58:12

techiemoore
Member
Registered: 2022-02-17
Posts: 20
Website

Re: Making an XFCE theme

That did not work, but

window.thunar menubar menuitem:hover {
    background-color: #a5a5a5;
}

did work

But now when i hover over a menuitem, the background of the text, specifically, is black.

Offline

#27 2022-02-23 21:41:24

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

Re: Making an XFCE theme

Its really odd that you need to add "window" as a designator.

Maybe add a label background color:

window.thunar menubar menuitem:hover {
    background-color: #a5a5a5;
}
window.thunar menubar menuitem:hover label  {
    background-color: #a5a5a5;
}

Though I can't replicate any of this on my system. Are you able/willing to share your complete theme code?


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

#28 2022-02-24 14:41:44

techiemoore
Member
Registered: 2022-02-17
Posts: 20
Website

Re: Making an XFCE theme

Did not resolve problem :-(

I feel like I'm chasing my tail trying to change these colors.

Here is what it looks like right now.
I'm sorry, but when the menu window is open, i cannot take a screenshot, for some reason.

https://ibb.co/TM514Dc


window.thunar menubar menuitem
seems to set for both the menubar menuitem *and* the menubar window

Last edited by techiemoore (2022-02-24 14:47:17)

Offline

#29 2022-02-24 15:31:53

techiemoore
Member
Registered: 2022-02-17
Posts: 20
Website

Re: Making an XFCE theme

okay

.thunar #main-menu {
    background-color: #a5a5a5;
    color: black
    margin: 10px;
    padding-left: 5px;
}

window.thunar #main-menu menuitem:hover {
    background-color: black;
}

window.thunar #main-menu menuitem:hover label  {
    background-color: black;
        color: #a5a5a5;
}

window.thunar menuitem label{
    background-color: #a5a5a5;
    color: black;
}

window.thunar #main-menu menuitem window menu {
    background-color: black;
    color: #a5a5a5;
}

window.thunar #main-menu window menuitem:hover {
    background-color: #a5a5a5;
    color: black;
}

window.thunar #main-menu window menuitem:hover label {
    background-color: #a5a5a5;
    color: black;
}



This does get me what i want EXCEPT in sub-menus.
I cant figure out how to get it to apply to sub-menus, too

Last edited by techiemoore (2022-02-24 21:34:47)

Offline

#30 2022-02-28 01:37:14

techiemoore
Member
Registered: 2022-02-17
Posts: 20
Website

Re: Making an XFCE theme

ToZ wrote:

Its really odd that you need to add "window" as a designator.

Maybe add a label background color:

window.thunar menubar menuitem:hover {
    background-color: #a5a5a5;
}
window.thunar menubar menuitem:hover label  {
    background-color: #a5a5a5;
}

Though I can't replicate any of this on my system. Are you able/willing to share your complete theme code?



https://github.com/techiemoore/DOS-XFCE

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.008 seconds, 7 queries executed - Memory usage: 535.96 KiB (Peak: 536.8 KiB) ]