Skip to content

Commit

Permalink
Fix document rendering order
Browse files Browse the repository at this point in the history
  • Loading branch information
reed-jones committed Apr 8, 2017
1 parent 5d67e97 commit 5d04356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktopicons.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
text-align: center;
margin-left:-17.5px;
margin-top:15px;
z-index:-1; /*hides corner animation*/
}

.document{
Expand All @@ -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*/
}


Expand Down

0 comments on commit 5d04356

Please sign in to comment.