Page 1 of 1

css affecting color picker

PostPosted: Sat Jul 04, 2015 5:30 am
by rwu2359
l changed some font stuff in the css (easy to do) but it has had a couple of undesirable results, particularly in the color picker.

Is that available in the css file at all??

if you change the font size of the labels which occur in the event popover then there is no resize at all (reason is making it big enough on a retina iMac - I know 'first world problems'


john renfrew



Screen Shot 2015-07-04 at 10.28.38.png
Screen Shot 2015-07-04 at 10.28.38.png (70.17 KiB) Viewed 7940 times

Re: css affecting color picker

PostPosted: Mon Jul 06, 2015 11:18 am
by jeffalmquist
Try adding a style to the CSS class ".title-input"

Re: css affecting color picker

PostPosted: Tue Jul 07, 2015 1:42 am
by rwu2359
Thanks Jeff

works for the title...
what about the other input field??

Re: css affecting color picker

PostPosted: Wed Jul 08, 2015 10:02 am
by jeffalmquist
Try .form-control for that.