[taffybar] Bump version of taffybar

This commit is contained in:
2018-05-15 17:59:53 -07:00
parent d626da4796
commit 5fec5c48aa
3 changed files with 6 additions and 9 deletions

View File

@@ -16,7 +16,7 @@
border-color: rgba(1.0, 1.0, 1.0, 0.0);
}
.Active .WorkspaceContents, .Visible .WorkspaceContents {
.Active .Contents, .Visible .Contents {
background-color: rgba(0.0, 0.0, 0.0, 0.5);
}
@@ -96,7 +96,7 @@
.IconContainer {
border-bottom: 0px;
transition: opacity .5s, box-shadow 1s;
padding-bottom: 2px;
padding-bottom: 4px;
opacity: 1;
}
@@ -105,7 +105,7 @@
/* background-color: rgba(255, 255, 255, 0.3); */
border-radius: 0px;
opacity: 1;
box-shadow: inset 0 -3px #FFFFFF;
box-shadow: inset 0 -2px #FFFFFF;
}
.IconContainer.Urgent {