View Single Post
Old 14 Jul 2017, 07:23 AM   #34
Gsptlsnz
Senior Member
 
Join Date: Sep 2011
Location: 5th Dimension
Posts: 180
i fixed my code on this page. you don't need to update... example:

/* 1a - 'Inbox' Icon Has A LimeGreen Background And Is 3D */
i.icon.icon-drawer {
background-color:limegreen;
box-shadow:5px 5px 5px rgba(0,0,0,.25), 0 0 20px transparent inset, 0 0 1px rgba(255,255,255,0.5) inset;
border-radius:4px;
}

etc. etc.

Last edited by Gsptlsnz : 14 Jul 2017 at 04:54 PM. Reason: emphasis added
Gsptlsnz is offline   Reply With Quote