You are not logged in.
I've been trying to figure out the CSS node name used for the media player controls in the Pulseaudio context menu.
Example where the media buttons are themed
Example where the media buttons are not themed
I've tried media_playpause, but that didn't work.
Offline
It's hard to get at with the GTK Inspector, but based on the Greybird theme code that themes the mpris controls, it would be something like:
#pulseaudio-button menu {
-gtk-icon-effect: none;
text-shadow: none; }
#pulseaudio-button menu .linked button {
color: #212121;
outline-color: rgba(33, 33, 33, 0.3);
border-top-color: shade(#cecece, 0.8);
border-right-color: shade(#cecece, 0.72);
border-left-color: shade(#cecece, 0.72);
border-bottom-color: shade(#cecece, 0.7);
background-image: linear-gradient(to bottom, shade(shade(#fcfcfc, 1.02), 1.05), shade(shade(#fcfcfc, 1.02), 0.97));
box-shadow: inset 0 1px white; }
#pulseaudio-button menu .linked button:disabled {
border-color: #828282;
background-color: #e0e0e0;
text-shadow: none;
-gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
border-color: rgba(130, 130, 130, 0.5); }
#pulseaudio-button menu .linked button:disabled label, #pulseaudio-button menu .linked button:disabled {
color: #858585; }
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
I'll check this out, thanks ToZ!
Offline
It's probably a little late for me to get back with you, but your suggestion worked out. Thanks!
Last edited by aidan (2018-11-02 04:15:34)
Offline
[ Generated in 0.007 seconds, 7 queries executed - Memory usage: 524.38 KiB (Peak: 530.23 KiB) ]