Skip to content

Commit

Permalink
cinnamon: fix hot corner indicator (fix horst3180#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
horst3180 committed May 6, 2016
1 parent 3798cbc commit 0ac411a
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 148 deletions.
8 changes: 3 additions & 5 deletions common/cinnamon/cinnamon-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -699,12 +699,10 @@ StScrollBar {
width: 60px; }

.ripple-box {
width: 52px;
height: 52px;
background-image: url("common-assets/misc/corner-ripple-ltr.svg");
width: 104px;
height: 104px;
background-image: url("common-assets/misc/corner-ripple.svg");
background-size: contain; }
.ripple-box:rtl {
background-image: url("common-assets/misc/corner-ripple-rtl.svg"); }

.lightbox {
background-color: rgba(0, 0, 0, 0.4); }
Expand Down
8 changes: 3 additions & 5 deletions common/cinnamon/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -699,12 +699,10 @@ StScrollBar {
width: 60px; }

.ripple-box {
width: 52px;
height: 52px;
background-image: url("common-assets/misc/corner-ripple-ltr.svg");
width: 104px;
height: 104px;
background-image: url("common-assets/misc/corner-ripple.svg");
background-size: contain; }
.ripple-box:rtl {
background-image: url("common-assets/misc/corner-ripple-rtl.svg"); }

.lightbox {
background-color: rgba(0, 0, 0, 0.4); }
Expand Down
125 changes: 0 additions & 125 deletions common/cinnamon/common-assets/misc/corner-ripple-ltr.svg

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 3 additions & 5 deletions common/cinnamon/sass/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -849,12 +849,10 @@ StScrollBar {
//Activities Ripples
//
.ripple-box {
width: 52px;
height: 52px;
background-image: url("common-assets/misc/corner-ripple-ltr.svg");
width: 104px;
height: 104px;
background-image: url("common-assets/misc/corner-ripple.svg");
background-size: contain;

&:rtl { background-image: url("common-assets/misc/corner-ripple-rtl.svg"); }
}

//
Expand Down

0 comments on commit 0ac411a

Please sign in to comment.