Support Carbon style

duppy

XF-Fan
Loyal Member
Good morning,

I am hoping someone can help me here. I just tried the Carbon style for XenForo 2.x but I seem to be having an issue with some of the images as you can see from my attached image. I've tried this skin with XF 2.1.2, 2.2.2 and 2.2.3 but I still have the same issue. I've searched for the images, but I don't quite know where they are, or if those images actually exist in the Xenforo image paths.

images.png

Thanks in advance for any help here.

Regards,

Duppy
 

XenForo

Administrative
  • extra.less
Rich (BB code):
/* color-icones-toolbar */
#xfCustom_krsol-1, #insertImage-1 {
    color: #FB724B;
}
#xfCustom_krsag-1, #insertLink-1 {
    color: #A3CE71;
}
#xfCustom_kbaslik2-1, #fontSize-1 {
    color: #FCD872;
}
#xfCustom_harita-1, #strikeThrough-1, #align-1 {
    color: #EC7EBD;
}
#xfCustom_fa-1, #underline-1, #xfCustom_chat-1 {
    color: #F35369;
}
#xfCustom_tooltip-1, #xfCustom_alinti-1, #italic-1 {
    color: #6BCEBB;
}
#xfCustom_tbr2-1, #xfInsert-1, #bold-1 {
    color: #8C72CB;
}
#xfCustom_tbr-1, #xfSmilie-1, #clearFormatting-1 {
    color: #54C7EC;
}
#xfCustom_kaynak-1, #color-1, #xfList-1 {
    color: #6BCEBB;
}
#redo-1, #undo-1 {
    color: #A3CE71;
}
#xfCustom_kbaslik-1, #fontFamily-1, #xfDraft-1 {
    color: #FB724B;
}
#xfBbCode-1 {
    color: #d61f22;
}
/* fin-color-icones-toolbar */
 
Back
Top Bottom