Skip to content

Instantly share code, notes, and snippets.

@Max95Cohen
Last active December 14, 2023 04:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Max95Cohen/9f3b3fcbc7009fa53af9ebb60c4c87a3 to your computer and use it in GitHub Desktop.
Save Max95Cohen/9f3b3fcbc7009fa53af9ebb60c4c87a3 to your computer and use it in GitHub Desktop.
phpmyadmin bash script
echo '.list_container.hide{margin-bottom:50px !important}' >> themes/original/css/theme.css
sed -i 's/#pma_navigation{background:#fff;/#pma_navigation{background:#d00;/g' themes/original/css/theme.css
sed -i 's/#pma_navigation_tree li.selected{color:#000;background-color:#eee}/#pma_navigation_tree li.selected{color:#000;background-color:#b00}/g' themes/original/css/theme.css
sed -i 's/body{font-family:sans-serif;/body{font-family:Ubuntu,sans-serif;/' themes/original/css/theme.css
sed -i '5,9d' templates/login/header.twig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment