brandonaaron / jquery-cssHooks

Collection of cssHooks that work with jQuery 1.4.3+
Other
478 stars 80 forks source link

box-shadow color setter: what happens when box-shadow doesn't already exist? #10

Closed burin closed 13 years ago

burin commented 13 years ago

What should happen when you try to set the boxShadowColor on an element that doesn't already have boxShadow already set to something? default values?

louisremi commented 13 years ago

What do you mean by default value? What happens when you set the borderColor of an element that doesn't have a border? Nothing, I guess.