jQuery-switchButton icon indicating copy to clipboard operation
jQuery-switchButton copied to clipboard

Enable button css font-resize from jquery

Open gubi opened this issue 12 years ago • 0 comments

You can allow text resizing from options simply add

// Create our objects: two labels and the button
.css({"font-size": this.options.height + "px"});
.css({"font-size": this.options.height + "px"});

in lines 75 and 76 ;)

Why not? Best regards

gubi avatar Nov 11 '13 04:11 gubi