This is a migrated thread and some comments may be shown as answers.

Appointment backcolor

3 Answers 113 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Sheepdog
Top achievements
Rank 1
Sheepdog asked on 12 Dec 2007, 04:34 PM
Hey, I am using the Default skin to the scheduler, I have succesfully changed the backcolor of the appointment following the code samples, however there is still the default "GREEN" border around the appointment, and it makes it look UGLY. Is there a way to get rid of the ugly green border around the appointment.

I have tried using the following code in my over-ridden style, but the green border still exists

rsApt.M360Style .rsAptWrap

{
border-left: 1px solid #999999;
border-right: 1px solid #999999;
background: #999999;
}

rsApt.M360Style .rsAptInner

{
border-left: 1px solid #999999;
border-right: 1px solid #999999;
background: #999999;
}




3 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 12 Dec 2007, 04:54 PM
Hello Sheepdog,

Can you send us a live url which exhibits the problem? I am not sure if you have already viewed the topic on how to
Set different styles for appointments.


Greetings,
Peter
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Sheepdog
Top achievements
Rank 1
answered on 12 Dec 2007, 04:59 PM
I cannot point at a live URL you could see, i can send you a screen shot and the rendered html in files.
I think I have to open a ticket to send them though.
0
Peter
Telerik team
answered on 12 Dec 2007, 05:36 PM

Yes, that would be fine. If you prefer you can paste the rendered output here in the forum.



Greetings,
Peter
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Scheduler
Asked by
Sheepdog
Top achievements
Rank 1
Answers by
Peter
Telerik team
Sheepdog
Top achievements
Rank 1
Share this question
or