layui layer color black

This commit is contained in:
xiaomlove
2022-06-11 01:16:58 +08:00
parent 60f57fb300
commit 91baf720fc
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<?php <?php
defined('VERSION_NUMBER') || define('VERSION_NUMBER', '1.7.14'); defined('VERSION_NUMBER') || define('VERSION_NUMBER', '1.7.14');
defined('RELEASE_DATE') || define('RELEASE_DATE', '2022-06-08'); defined('RELEASE_DATE') || define('RELEASE_DATE', '2022-06-11');
defined('IN_TRACKER') || define('IN_TRACKER', true); defined('IN_TRACKER') || define('IN_TRACKER', true);
defined('PROJECTNAME') || define("PROJECTNAME","NexusPHP"); defined('PROJECTNAME') || define("PROJECTNAME","NexusPHP");
defined('NEXUSPHPURL') || define("NEXUSPHPURL","https://nexusphp.org"); defined('NEXUSPHPURL') || define("NEXUSPHPURL","https://nexusphp.org");
+3
View File
@@ -495,3 +495,6 @@ img.hitandrun {
overflow: hidden; overflow: hidden;
transition: height 0.3s ease; transition: height 0.3s ease;
} }
.layui-layer {
color: black;
}