mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-20 12:15:02 +00:00
Dark mode switcher
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
|
||||
.focus-within-border-theme:focus-within {border-color: {{ $color }} !important;}
|
||||
|
||||
.focus-border-theme:focus {border-color: {{ $color }}}
|
||||
.focus-border-theme:focus {border-color: {{ $color }} !important}
|
||||
.focus-border-theme:focus[type='email'] {border-color: {{ $color }}}
|
||||
.focus-border-theme:focus[type='text'] {border-color: {{ $color }}}
|
||||
.focus-border-theme:focus[type='password'] {border-color: {{ $color }}}
|
||||
@@ -96,7 +96,7 @@
|
||||
.StripeElement--focus {border-color: {{ $color }} !important;}
|
||||
|
||||
{{-- Dark mode --}}
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.dark-text-theme {color: {{ $color }}}
|
||||
.dark-mode .text-theme {
|
||||
color: {{ $color }}
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user