[taffybar] Make active vs visible indications less confusing
This commit is contained in:
parent
a882ef67de
commit
5006c7c7a1
@ -62,7 +62,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.active .contents {
|
.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;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -79,7 +79,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.visible .contents {
|
.visible .contents {
|
||||||
border-color: @white;
|
background-color: rgba(255.0, 255.0, 255.0, 0.15);
|
||||||
}
|
}
|
||||||
|
|
||||||
.window-icon-container {
|
.window-icon-container {
|
||||||
|
Loading…
Reference in New Issue
Block a user