Skip to content

Commit

Permalink
Changed Panel Launcher's hover style to make it more highlighted and …
Browse files Browse the repository at this point in the history
…changed box shadow with border (same effect, slightly better performance)
  • Loading branch information
Diego Rocha committed Feb 18, 2012
1 parent 1c89983 commit 428bb83
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions data/theme/cinnamon.css
Expand Up @@ -1807,8 +1807,9 @@ StTooltip StLabel {
.panel-launcher:hover {
background-gradient-direction: vertical;
background-gradient-start: rgba(255,255,255,0.0);
background-gradient-end: rgba(255,255,255,0.0);
box-shadow: inset 0px -1px 1px 0px rgba(255,255,255,0.5);
background-gradient-end: rgba(255,255,255,0.2);
border: 0px solid rgba(255,255,255,0.5);
border-bottom-width: 1px;
}

.panel-launcher-add-dialog-content-box {
Expand Down

0 comments on commit 428bb83

Please sign in to comment.