1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2026-03-02 03:40:11 +00:00

cinnamon: fix hot corner indicator (fix #511)

This commit is contained in:
Horst3180
2016-05-06 13:26:30 +02:00
parent 3798cbce4f
commit 0ac411a90e
5 changed files with 27 additions and 148 deletions

View File

@@ -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"); }
}
//