View Single Post
  #3  
Old 07-20-2017, 08:38 AM
 
BrandonLR BrandonLR is offline
 

Senior Member
  
Join Date: Jan 2009
Posts: 161
 

Default Re: Crisp White Loading Animation

Quote:
Originally Posted by qualiteam
Search CSS files for rules that apply on selectors having "block-wait" and "wait-block" in them.
You should change these rules to the other animation effect that you want.

I'm guessing it's this folder and in styles.css?

/skins/crisp_white/customer/css ?

If I am correct, is this the line that controls the color of those spinning orbs?

Code:
@keyframes spin { 0%, 100% { box-shadow: 10px 10px #808080, -10px 10px #25c5df, -10px -10px #808080, 10px -10px #25c5df; } 25% { box-shadow: -10px 10px #25c5df, -10px -10px #808080, 10px -10px #25c5df, 10px 10px #808080; } 50% { box-shadow: -10px -10px #808080, 10px -10px #25c5df, 10px 10px #808080, -10px 10px #25c5df; } 75% { box-shadow: 10px -10px #25c5df, 10px 10px #808080, -10px 10px #25c5df, -10px -10px #808080; } }
__________________
X-Cart Business 5.4.1.29
Reply With Quote