You are not logged in.
Hello,
I need help customizing the pulse-audio slider volume/mute background color on XFCE.
and also customizing menu background-color in Clipman-plugin.
adding lines below din't works it's outdated:
#pulseaudio-button menu .linked button {
background-color: #eda832 ;
}
please reply below thanks.
Last edited by NemKo (2020-03-15 04:24:24)
Offline
It's background-color sry not color.
#xfce4-pulseaudio-button menu .linked button {
background-color: #eda832 ;
}
#xfce4-clipman-plugin-button menu .linked button {
background-color: #eda832 ;
}
Offline
For the pulseaudio plugin, try:
#pulseaudio-button menuitem:hover { background: #eda832 ; }
The clipman plugin is odd. It doesn't seem to expose that menu for themeing, so you have to approach it from a system-wide point of view. The following:
.background menuitem:hover { background: #eda832; }
...seems to work, but will impact all elements that define a ".background" class.
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
For the pulseaudio plugin, try:
#pulseaudio-button menuitem:hover { background: #eda832 ; }
The clipman plugin is odd. It doesn't seem to expose that menu for themeing, so you have to approach it from a system-wide point of view. The following:
.background menuitem:hover { background: #eda832; }
...seems to work, but will impact all elements that define a ".background" class.
finally thanks! yes that's exactly what i needed, for all icons and hover background!
Offline
[ Generated in 0.010 seconds, 7 queries executed - Memory usage: 523.74 KiB (Peak: 528.63 KiB) ]