Skip to content

Commit

Permalink
Fix #20
Browse files Browse the repository at this point in the history
Change cinnamon panel text to white for better readability
  • Loading branch information
Elbullazul committed Sep 5, 2017
1 parent 8689082 commit 20aa998
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cinnamon/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -1308,35 +1308,35 @@ StScrollBar StButton#hhandle {
min-width: 5px;
}
.window-list-item-box {
color: black;
color: #fff;
padding-left: 0px;
padding-right: 0px;
transition-duration: 50;
border-image: url('active.png') 4 4 4 4;
}
.window-list-item-box:hover {
color: black;
color: #fff;
padding-left: 0px;
padding-right: 0px;
}
.window-list-item-box:active,
.window-list-item-box:checked,
.window-list-item-box:focus {
color: black;
color: #fff;
padding-left: 0px;
padding-right: 0px;
border-image: url('active2.png') 4 4 4 4;
}
.window-list-item-box:checked:hover,
.window-list-item-box:focus:hover,
.window-list-item-box:active:hover {
color: black;
color: #fff;
padding-left: 0px;
padding-right: 0px;
}

.window-list-item-demands-attention {
color: black;
color: #fff;
padding-left: 0px;
padding-right: 0px;
}
Expand Down

0 comments on commit 20aa998

Please sign in to comment.