Topic: How can i deactivate this???
My Problem is
i would deactivate that the background didn't flash yellow???
Thanks.
I know my english is bad ^^
You are not logged in. Please login or register.
My Problem is
i would deactivate that the background didn't flash yellow???
Thanks.
I know my english is bad ^^
open effects.js in the js folder an find
var options=Object.extend({startcolor:'#ffff99'},arguments[1]||{});
this.start(options);
},
setup:function(){
if(this.element.getStyle('display')=='none'){this.cancel();return;}
this.oldStyle={};
if(!this.options.keepBackgroundImage){
this.oldStyle.backgroundImage=this.element.getStyle('background-image');
this.element.setStyle({backgroundImage:'none'});
}
if(!this.options.endcolor)
this.options.endcolor=this.element.getStyle('background-color').parseColor('#ffffff');change startcolor:'#ffff99'.. to '#ffffff' and the yellow fade effects becomes invisible ![]()
easy.. open js/rules.js and then delete this:
'#contenedorupload' : function(element){
element.onclick = function(){
new Effect.Highlight(this,{duration: .5});
}
},Powered by PunBB, supported by Informer Technologies, Inc.
Powered by PunBB