我该如何着手在5.0.2中更改PhpMyAdmin的主题方案?
我尝试在\themes\metro\scss_variables.scss中将以下内容从
// Theme color scheme
// Values: "teal", "redmond", "blueeyes", "mono", "win"
// Default: "win"
// Set this value for the desired color scheme
$color-scheme: win !default;转到$color-scheme: redmond !default;
但是在完全重启web服务器后,它仍然没有显示新的主题。
发布于 2020-07-10 16:00:18
试一试
yarn run css-compile在phpmyadminfolder文件夹中
https://stackoverflow.com/questions/61169071
复制相似问题