style: background color transition
This commit is contained in:
parent
66acaeca7f
commit
4dd36890c1
|
@ -10,6 +10,8 @@ window#waybar {
|
||||||
background: rgba(43, 48, 59, 0.5);
|
background: rgba(43, 48, 59, 0.5);
|
||||||
border-bottom: 3px solid rgba(100, 114, 125, 0.5);
|
border-bottom: 3px solid rgba(100, 114, 125, 0.5);
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
transition-property: background, background-color;
|
||||||
|
transition-duration: .5s;
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar.hidded {
|
window#waybar.hidded {
|
||||||
|
|
Loading…
Reference in New Issue