Edit the background color in login field

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JackieChun
    Member
    • Apr 2009
    • 88
    • 3.8.x

    [Answered] Edit the background color in login field

    My background of my login and password fields at the top of the screen became the same color as the text you type in them after upgrading to 4.2. Probably an inconsistent template in the style. Does anyone know where I would need to edit this?

    - - - Updated - - -

    Found it, the template is vbulletin-chrome.css, and the values that I changed are:

    Code:
    .toplinks form input.textbox {
        background: white; color: black;
    }
    
    
    .toplinks form input.default-value {
        background: white; color: black;
    }

Related Topics

Collapse

Working...
😀
😂
🥰
😘
🤢
😎
😞
😡
👍
👎