If you happen to work with phpMyAdmin and used the Search functionality on a database that has more than 3 tables, chances are that you were asking yourself, why is this table selection field so tiny.
The following snippet should make it more ‘user friendly’ :-)
/* PHP my admin */
form#db_search_form .resize-vertical {
width: 50em; /* adjust accordingly */
height: 50em;
}
If you use Safari it is straight forward to add custom stylesheet in the options panel, with other browsers you might need to use an add-one.
Add a comment