vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB5 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=263)
-   -   Color problem with font and font size selection dropdown (https://vborg.vbsupport.ru/showthread.php?t=326021)

Gota 01-23-2018 09:09 PM

Color problem with font and font size selection dropdown
 
Okay, so I was able to change almost everything color related to our theme and I think it looks a lot more individual now but there is still one problem remaining. As you can see in the image below the selection area for font name and size are both still white and you can't see anything because the general font color of the site is white as well. I managed to solve this problem with anything else that had the same one but I couldn't find a solution for this one. If anyone knows a solution on how to make the font for these two visible again, I'd appreciate it.
https://vborg.vbsupport.ru/external/2018/01/9.png

noypiscripter 01-25-2018 12:41 AM

Add this custom CSS in css_additional template in AdminCP or in Sitebuilder > Style > CSS Editor.
Code:

.cke_panel_frame {
    background: #000; /* change color as needed */
}


Gota 01-25-2018 02:03 AM

That finally solved it (and it even looks better than before), thanks a lot!


All times are GMT. The time now is 01:57 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.00947 seconds
  • Memory Usage 1,710KB
  • 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
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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