mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
ironbar: make button hover/active translucent
This commit is contained in:
parent
b7c4c451ee
commit
6d079edf61
@ -100,7 +100,7 @@ in
|
|||||||
}
|
}
|
||||||
|
|
||||||
button:hover {
|
button:hover {
|
||||||
background: ${base01};
|
background: alpha(${base01}, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
#bar {
|
#bar {
|
||||||
@ -154,7 +154,7 @@ in
|
|||||||
}
|
}
|
||||||
|
|
||||||
button:active {
|
button:active {
|
||||||
background: ${base04};
|
background: alpha(${base04}, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
.launcher .open {
|
.launcher .open {
|
||||||
|
Loading…
Reference in New Issue
Block a user