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