file view refactoring

This commit is contained in:
Čarodej
2021-10-27 09:53:59 +02:00
parent e3ddf27023
commit 21d6410f76
42 changed files with 866 additions and 1467 deletions
+3 -2
View File
@@ -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 }}
}