-
AuthorPosts
-
kimberley Friend
kimberley
- Join date:
- February 2010
- Posts:
- 55
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 6
- Thanked:
- 3 times in 1 posts
October 4, 2010 at 7:08 am #154915Hello,
on of my calendars that show bookings have diffretn colors for ex. red collor fo booked days.
But is not showing any colors! it only shows the colors if i comment out these css lines in addon.css
Please look at attached image for more explantion.
What is the best solution for this?html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
/* comment becuse calendar not showing colors
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
background: transparent;*/
}
warm regards kimberley
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 6, 2010 at 7:33 am #357895you replace that code by this:
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption{
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
background: transparent;
}
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by Saguaros 14 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
css conflict in template please advice!
Viewing 2 posts - 1 through 2 (of 2 total)