mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-20 08:52:15 +00:00
- fixed more actions in public shared folder
- 'There is nothing' title changed in new folder - Play video after click on full preview - Expanded close cookie disclaimer area - Show fileinfopanel as default - Hidden file icons in DesktopToolbar.vue on ipad landscape - Changed background color in context menu dark mode mobile
This commit is contained in:
@@ -347,7 +347,7 @@ export default {
|
||||
}
|
||||
|
||||
.select-box-active {
|
||||
background-color: $text;
|
||||
background-color: $theme;
|
||||
|
||||
.icon {
|
||||
stroke: white;
|
||||
@@ -601,10 +601,10 @@ export default {
|
||||
}
|
||||
|
||||
.select-box-active {
|
||||
background-color: #f4f5f6;
|
||||
background-color: lighten($theme, 5%);
|
||||
|
||||
.icon {
|
||||
stroke: $text;
|
||||
stroke: white;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user