josedvq / colpick-jQuery-Color-Picker

Lightweight jQuery Color Picker plugin with RGB, HSB and HEX fields, several skins and layouts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

box-sizing css missing in css file

Exlord opened this issue · comments

.colpick, .colpick *{ direction:ltr; box-sizing:content-box; }

bootstrap is setting the box-sizing to border-box witch causing some problems in the layout

Done.

Fix merged!