Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#pulseaudio-slider slider 's background-color property (css) is taking over #pulse-audio driver's background-color property #3232

Open
john-basilio opened this issue May 7, 2024 · 1 comment

Comments

@john-basilio
Copy link

john-basilio commented May 7, 2024

This will cause #pulseaudio-slider slider to have it's background color override the supposedly background color of the slider that is supposed to be handled by #pulseaudio-slider . EDIT: the handle itself cannot be resized too (it doesnt go lower than a certain value).
#pulseaudio-slider slider { min-height: 30px; min-width: 5px; opacity: 1; color: #2980b9; background-color: blue; border: none; box-shadow: none; } #pulseaudio-slider { background-color: rgba(235, 0, 0, 0); }

However, if you make #pulseaudio-slider be on top of #pulseaudio-slider slider , the #pulseaudio-slider will work just fine, but in all these 2 instances, the handle never got changed colors

here is the slider related code for referrence, all other else are just default config
CSS
`#pulseaudio-slider,

#pulseaudio-slider slider {
min-height: 30px;
min-width: 5px;
opacity: 1;
color: #2980b9;
background-color: blue;
border: none;
box-shadow: none;
}
#pulseaudio-slider {
background-color: rgba(235, 0, 0, 0);
}

#pulseaudio-slider trough {
min-height: 10px;
min-width: 80px;
border-radius: 5px;
background-color: rgb(88, 88, 88);
}
#pulseaudio-slider highlight {
min-width: 0px;
border-radius: 5px;
background-color: #2c2c2c;
}
`

Config
"modules-right": ["pulseaudio/slider"] "pulseaudio/slider": { "min": 0, "max": 150, "orientation": "horizontal" },

@john-basilio
Copy link
Author

luckily enough i go with monotonous b&w setup and even with this issue i should still be fine,but it never hurts to submit one when i see one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant