Last active
December 14, 2023 04:22
-
-
Save Max95Cohen/9f3b3fcbc7009fa53af9ebb60c4c87a3 to your computer and use it in GitHub Desktop.
phpmyadmin bash script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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