vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Custom user title text block color. (https://vborg.vbsupport.ru/showthread.php?t=319310)

SPEEDKILLZ 07-02-2015 03:34 AM

Custom user title text block color.
 
1 Attachment(s)
Anyone know where this is located? I need to change the color of the text block. It is there and turns white only when you click on it. If you don't click on it you cannot tell it's there.

MarkFL 07-02-2015 03:44 AM

Go to the Style Variable Editor, and under "Forms" look for "input_border"...what do you have there?

SPEEDKILLZ 07-02-2015 03:51 AM

Quote:

Originally Posted by MarkFL (Post 2549098)
Go to the Style Variable Editor, and under "Forms" look for "input_border"...what do you have there?

Showing #dddddd which is the same as the bg color. I tried to change it to #fff but it didn't change the text box.

MarkFL 07-02-2015 03:58 AM

I am assuming you want the border to show up, so try giving it the default color:

#6B91AB

SPEEDKILLZ 07-02-2015 04:02 AM

No change. Could be hard coded maybe?

MarkFL 07-02-2015 04:07 AM

If you are using a custom skin, there may be a CSS class selector at work here.

Try adding the following to your "additional.css" template:

HTML Code:

#tb_customtext {
        border: 1px solid #6b91ab !important;
}


SPEEDKILLZ 07-02-2015 04:11 AM

Quote:

Originally Posted by MarkFL (Post 2549102)
If you are using a custom skin, there may be a CSS class selector at work here.

Try adding the following to your "additional.css" template:

HTML Code:

#tb_customtext {
        border: 1px solid #6b91ab !important;
}


Great that worked. Not sure why i couldn't find where it was edited. Oh well thank you once again buddy.

MarkFL 07-02-2015 04:13 AM

Editing the class selector that was affecting it before may have had an undesirable effect in other places, whereas the selector I posted will affect that element only. :D


All times are GMT. The time now is 11:55 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01037 seconds
  • Memory Usage 1,723KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_html_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete