Lazy_Days skin FCK Style/Format ddl's text faint
Last Post 09/08/2008 12:24 PM by Lee Sykes. 1 Replies.
Author Messages
whred5
Nuke Newbie
Nuke Newbie
Posts:7


--
09/08/2008 3:59 AM  
I am using Lazy_Days skin and have gone through the FCK tutorials to reskin the toolbar etc but I am left with a problem.
The FCK Style & Format drop down lists content text is shown in a very light colour almost white. I have played around with the css but cannot resolve this issue.

A solution would be most appreciated.
Lee Sykes
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945


--
09/08/2008 12:24 PM  
We go through this in a tutorial next month, but to give you a quick head start, this is the code that we end up with in the skin.css

#fckbody
{
    background-color: #666;
    background-image: none;
    text-align: left;
}

.FCKImageGalleryContainer, .FCKImageGalleryListStyle,
.FCKLinkGalleryContainer,
#fckinstanceoptions_tblEditorOptions td
{
    background-color: #666;
    background-image: none;
}

.SC_Panel
{
    background-color: #666;
    background-image: none;
}
.SC_Item
{
    width: 200px;
    padding: 5px;
}
Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/DNNCreative

Lee Sykes's Facebook Profile


---