javascript - remove the inherited CSS value? -
i'm trying remove value of inherited css property using jquery.
.class1 #id1 div.class2 input.class-input{ border-color: #bbb3b9 #c7c1c6 #c7c1c6; }
anyone tell me how remove "border-color".
thank.
create new class example
.new_class{ border-color: #00ffdd !important; }
!important trick!
Comments
Post a Comment