mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 19:10:40 +00:00
- dark mode
- fixes
This commit is contained in:
Vendored
+30
-10
@@ -471,6 +471,36 @@
|
||||
}
|
||||
}
|
||||
|
||||
.duplicator {
|
||||
|
||||
.duplicator-item {
|
||||
background: $dark_mode_foreground;
|
||||
|
||||
input[type="text"],
|
||||
input[type="number"] {
|
||||
background: $dark_mode_foreground;
|
||||
border-bottom: 1px solid lighten($dark_mode_foreground, 10%);
|
||||
|
||||
&:focus, &.is-error {
|
||||
border-top-color: transparent !important;
|
||||
border-left-color: transparent !important;
|
||||
border-right-color: transparent !important;
|
||||
}
|
||||
}
|
||||
|
||||
label {
|
||||
opacity: 0.45;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.windows {
|
||||
::-webkit-scrollbar-thumb {
|
||||
border: 6px solid transparent;
|
||||
background: $dark_mode_foreground !important;
|
||||
background-clip: padding-box !important ;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.info-box-wrapper {
|
||||
@@ -498,14 +528,4 @@
|
||||
border-radius: 25px;
|
||||
background-clip: padding-box ;
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.windows {
|
||||
::-webkit-scrollbar-thumb {
|
||||
border: 6px solid transparent;
|
||||
background: $dark_mode_foreground !important;
|
||||
background-clip: padding-box !important ;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user