Skip to content

Commit

Permalink
theme: Restore the styling of gwl window thumbnails
Browse files Browse the repository at this point in the history
Not exactly sure what happened to these but this gets the styling back in place.
  • Loading branch information
JosephMcc authored and mtwebster committed Jul 7, 2022
1 parent 909cfb0 commit 296d5d8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions data/theme/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -1415,7 +1415,7 @@ StScrollBar StButton#vhandle:hover {
border: 2px solid #a5a5a5;
border-radius: 8px;
color: white;
text-shadow: black 0px 0px 2px;
text-shadow: 0px 0px 2px black;
padding: 8px;
spacing: 4px;
}
Expand All @@ -1436,7 +1436,7 @@ StScrollBar StButton#vhandle:hover {
.grouped-window-list-number-label {
font-size: 10px;
z-index: 99;
text-shadow: black 1px 0px 2px;
text-shadow: 1px 0px 2px black;
color:#fff;
padding: 0;
}
Expand Down Expand Up @@ -1533,6 +1533,10 @@ StScrollBar StButton#vhandle:hover {
.grouped-window-list-thumbnail-menu {
}
.grouped-window-list-thumbnail-menu .item-box {
background: rgba(80,80,80,0.8);
border: 2px solid #a5a5a5;
color: white;
text-shadow: 0px 0px 2px black;
padding: 10px;
border-radius: 8px;
spacing: 4px;
Expand Down

0 comments on commit 296d5d8

Please sign in to comment.