[taffybar] Make active vs visible indications less confusing

This commit is contained in:
Ivan Malison 2023-07-28 00:06:09 -06:00
parent a882ef67de
commit 5006c7c7a1

View File

@ -62,7 +62,7 @@
}
.active .contents {
background-color: rgba(255.0, 255.0, 255.0, 0.2);
background-color: rgba(255.0, 255.0, 255.0, 0.3);
opacity: 1;
}
@ -79,7 +79,7 @@
}
.visible .contents {
border-color: @white;
background-color: rgba(255.0, 255.0, 255.0, 0.15);
}
.window-icon-container {