mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
- cancel/resume subscription fix
- upload into root folder fix - custom color theme part 3
This commit is contained in:
1
resources/sass/app.scss
vendored
1
resources/sass/app.scss
vendored
@@ -197,7 +197,6 @@
|
||||
&.favourites {
|
||||
|
||||
&.is-dragenter .menu-list {
|
||||
border: 2px dashed $theme;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
|
||||
8
resources/sass/vuefilemanager/_forms.scss
vendored
8
resources/sass/vuefilemanager/_forms.scss
vendored
@@ -103,6 +103,14 @@ textarea {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
input[type="color"] {
|
||||
width: 38px;
|
||||
height: 40px;
|
||||
border: none;
|
||||
outline: none;
|
||||
background: none;
|
||||
}
|
||||
|
||||
textarea,
|
||||
input[type="password"],
|
||||
input[type="text"],
|
||||
|
||||
Reference in New Issue
Block a user