background color for new editor

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sean James
    Senior Member
    • Apr 2004
    • 478

    #16
    For the background of the editor you can also use this without editing the clientscript files

    Code:
    .cke_skin_kama .cke_wrapper {
    
    background: url(images/BP-Black/gradients/editor.png) top left repeat-x !important;
    background-color: #202020 !important;
    border: 1px solid #000 !important;
    }
    You can change the background image to your preferred background

    This code goes in your additional.css template
    Bluepearl Skins - vBulletin 4 & 5 Skins

    Comment

    • Rahstyles
      Member
      • Apr 2006
      • 83
      • 4.1.x

      #17
      Griffins a good man
      Last edited by Rahstyles; Tue 28 Jun '11, 10:58pm.

      Comment

      • Sean James
        Senior Member
        • Apr 2004
        • 478

        #18
        Thanks Rahstyles
        Last edited by Sean James; Tue 28 Jun '11, 10:59pm.
        Bluepearl Skins - vBulletin 4 & 5 Skins

        Comment

        Related Topics

        Collapse

        Working...