focused task box, upd
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user