diff --git a/desktopicons.css b/desktopicons.css index 3ec622a..6343e19 100644 --- a/desktopicons.css +++ b/desktopicons.css @@ -67,7 +67,6 @@ text-align: center; margin-left:-17.5px; margin-top:15px; - z-index:-1; /*hides corner animation*/ } .document{ @@ -81,6 +80,7 @@ cursor: pointer; background: repeating-linear-gradient(0deg, #fff, #fff 3px, rgba(100,100,100, 1) 1px, rgba(100,100,100,1) 4px); box-shadow: -3px 3px 10px 2px rgba(64, 53, 32, 0.5); /*toned down colour of folder*/ + z-index:-1; /*hides corner animation*/ }