diff --git a/lib/ice-coder.css b/lib/ice-coder.css index 7be264a..7f7082c 100644 --- a/lib/ice-coder.css +++ b/lib/ice-coder.css @@ -153,7 +153,7 @@ h2 {font-size: 18px; font-weight: normal; color: #fff} .screenCenter .version {position: relative; display: block; margin: 5px 0 15px 0; font-size: 10px; color: #bbb} .screenCenter .trialBarContainer {display: inline-block; width: 170px; height: 8px; color: #bbb; background: #0b0b0b; text-align: right; margin-bottom: 40px} .screenCenter .trialBarRemaining {display: inline-block; width: 170px; height: 8px; background: rgba(0,198,255,0.7); box-shadow: 0 0 10px 1px rgba(0,198,255,0.7); - transition: width 1s ease-in-out; + transition: width 0.7s ease-in-out; } .screenCenter .trialBarText {text-align: center} .screenCenter .trialBarText a {color: #fff; text-decoration: none}