focused task box, upd

This commit is contained in:
committer@tuxwarrior
2026-03-05 11:07:05 -05:00
parent 4556f40a1e
commit d6e6457c2b

View File

@@ -13,7 +13,10 @@ button {
}
#task-box-focused {
background-color: rgba (255, 255, 255, 0.12);
border: solid 1px;
border-color: #ce00a1;
border-radius: 10px;
background-color: #480039;
padding-left: 4px;
padding-right: 4px
}
@@ -36,8 +39,9 @@ button {
/* Bottom panel in sample config uses this name */
#panel-bottom {
background: #101010;
color: #eeeeee
background: #000000;
color: #eeeeee;
opacity: 0.8;
}
/* Controls window in sample config uses this name */