Status
Not open for further replies.

Trekkan

Customer
Ability to change the text input background color. My site theme is dark and this shows up bright white. Would be good to have this set in the CSS. If it is, or if I can do it myself please let me know and I'll just make the change. =) I've had issues with vB4, FF and IE text box colors with a dark theme... ugh. heh

Active tab should be highlighted a different color from the rest of the tabs.
 
The textarea follows the same CSS rules as the rest of the forum. You're interested in changing the textarea and textarea:focus CSS rules in vbulletin-formcontrols.css :)

I agree with you on the Active Tab thing, I just couldn't find a suitable alternative colour :p I'll look again later, though :)
 
Okay I don't understand what you are saying as far as trying to change the colors. Could you please explain in better detail?
 
Okay so I figured out part of what I was asking about, but the word "Sticky:" well how do I change that to a different color. Hard to read black on a black/transparent background.
 
Okay so I figured out part of what I was asking about, but the word "Sticky:" well how do I change that to a different color. Hard to read black on a black/transparent background.

That's in the CSS as well. edit the vbshout CSS template under the CSS templates heading in the styles.
 
The textarea follows the same CSS rules as the rest of the forum. You're interested in changing the textarea and textarea:focus CSS rules in vbulletin-formcontrols.css :)

I agree with you on the Active Tab thing, I just couldn't find a suitable alternative colour :p I'll look again later, though :)

Thanks much for the tip on where to change those! I'm still working on colors, but it's getting there. =) Part of the issue is the number of with the editor that are not stylevars yet. Of course that's vB's fault, not yours. Looking good though, it's just about ready to open to the membership to use. I saw you were there earlier, didn't realize it was on for registered users. Whoops! ;) I'll have it back on when I have it looking like I want though. Thanks again!
 
Hehe yeah, I snuck in there when I was looking for a potential bug in the auto-idle function ;)
 
Okay I have a question. I have looked and experimented all day, and can't figure it out. In the screen shot I have attached you will see a big gray square. Well I need to make that black.....how is that done?
 

Attachments

  • screengrab..jpg
    screengrab..jpg
    16 KB · Views: 5
The textarea follows the same CSS rules as the rest of the forum. You're interested in changing the textarea and textarea:focus CSS rules in vbulletin-formcontrols.css :)

I agree with you on the Active Tab thing, I just couldn't find a suitable alternative colour :p I'll look again later, though :)

Okay I have a question. I have looked and experimented all day, and can't figure it out. In the screen shot I have attached you will see a big gray square. Well I need to make that black.....how is that done?

For when the box has focus, edit stylevar: control_focus_background

For when it's not, you have to edit the CSS (Because the vB4 stylevars suck still. ;) )

Edit template: vbulletin-formcontrols.css

Find:
.textbox,
textarea,
select {

Change: background-color:rgb(255,255,255);

to whatever color you want.
 
Status
Not open for further replies.
Back
Top