mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-24 17:23:09 +01:00
ironbar: Fix volume sliders not showing properly
Now it's possible to actually see the volume sliders.
This commit is contained in:
parent
2e721b1cdf
commit
9368bdc58a
@ -93,6 +93,14 @@ in
|
||||
padding-right: 0.5em;
|
||||
}
|
||||
|
||||
slider {
|
||||
background: #${base09};
|
||||
}
|
||||
|
||||
trough {
|
||||
background: alpha(#${base04}, 0.4);
|
||||
}
|
||||
|
||||
.upower {
|
||||
padding-left: 0.2em;
|
||||
padding-right: 0.2em;
|
||||
|
Loading…
Reference in New Issue
Block a user