Wednesday, September 28, 2016

Increase font size of MYSQL query box

xampp > phpMyAdmin > themes > pmahomme > css
open the following file with your text editor
codemirror.css.php
and add the following line to the very bottom of the file
.CodeMirror pre {font-size:1.4em;}
Now save the file and that should do it!
(if phpMyAdmin is using a different theme to pmahomme then just add that line
of code to every codemirror.css.php file you can find!

Related Posts:

  • System Requirements OpenCart 2.3.0.2 System / Server requirements OpenCart requires certain technical requirements to be met for the store to operate properly. First, a web server must… Read More
  • CENTOS WEB PANEL – SYSTEM REQUIREMENTS Make sure that you complete the following tasks before you start the installation process: 1. Setup Hostname This hostname cannot be the same a… Read More
  • Why We Love OpenCart 1. OpenCart is Free 2. Open-Source, Customizable and Flexible 3. Responsive Design 4. Free and Paid Functionality Extensions 5. SEO Ready 6. … Read More
  • vQmod Scripts and Syntax Scripting The Golden Rules First things to set in your mind... The <search> tag can only be a single line, though doesn't ha… Read More
  • About vQmod What is vQmod? vQmod™ (aka virtual Quick mod) gives the ability to create modification "scripts" that override the code during execution time. It i… Read More

0 comments :

Post a Comment