mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-26 02:20:39 +00:00
file view refactoring
This commit is contained in:
@@ -34,8 +34,9 @@
|
||||
|
||||
@include('vuefilemanager.others.color-template')
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<body class="{{ is_dev() ? 'debug-screens' : '' }}">
|
||||
|
||||
<div id="app"></div>
|
||||
|
||||
<script>
|
||||
let config = {
|
||||
|
||||
@@ -99,6 +99,8 @@
|
||||
.StripeElement--focus {border-color: {{ $color }} !important;}
|
||||
|
||||
{{-- Dark mode --}}
|
||||
.dark .dark-text-theme {color: {{ $color }} !important;}
|
||||
|
||||
.dark .text-theme {
|
||||
color: {{ $color }}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user