Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have used Ajax ColorPickerExtender in my project. when i first created it the colorpicker popup was of normal size. but when i checked it sometime after, it was showing vertically elongated boxes for each colors as shown in image in the link. how can i correct it.
https://www.flickr.com/photos/129772990@N04/15926883761/player/
Posted

1 solution

Use developer tools and check the styles on the picker. You probably have loosely defined rule styling with line-height or some such that affects the picker.

Check its structure and find the styles. Then edit them to either exclude the picker (using :not CSS pseudo-selector) or qualify the rule with container name or in some other way affect only needed elements.

If this helps please take time to accept the solution.
 
Share this answer
 
Comments
Malayali Coder 5-Dec-14 6:45am    
thank you.. the problem was that the colorpicker was using table's styles.
Sinisa Hajnal 5-Dec-14 7:03am    
No problem. It is common problem with todays CSS boilerplates.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900