mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-13 08:45:01 +00:00
dark mode expiration buttons fix
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
/app/Console/Commands/SetupDevelopmentEnvironment.php
|
||||||
/node_modules
|
/node_modules
|
||||||
/public/hot
|
/public/hot
|
||||||
/public/storage
|
/public/storage
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
namespace App\Console;
|
namespace App\Console;
|
||||||
|
|
||||||
use App\Console\Commands\Deploy;
|
use App\Console\Commands\Deploy;
|
||||||
|
//use App\Console\Commands\SetupDevelopmentEnvironment;
|
||||||
use App\Console\Commands\SetupDevEnvironment;
|
use App\Console\Commands\SetupDevEnvironment;
|
||||||
use App\Console\Commands\SetupProductionEnvironment;
|
use App\Console\Commands\SetupProductionEnvironment;
|
||||||
use App\Console\Commands\UpgradeApp;
|
use App\Console\Commands\UpgradeApp;
|
||||||
@@ -20,6 +21,7 @@ class Kernel extends ConsoleKernel
|
|||||||
*/
|
*/
|
||||||
protected $commands = [
|
protected $commands = [
|
||||||
Deploy::class,
|
Deploy::class,
|
||||||
|
//SetupDevelopmentEnvironment::class,
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -90,6 +90,12 @@
|
|||||||
|
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
|
.select-box {
|
||||||
|
|
||||||
|
.box-item {
|
||||||
|
border-color: $dark_mode_border_color;
|
||||||
|
background: $dark_mode_foreground;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user