mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
#13570 Fixed dark theme styles for Collections Edit Files view buttons
This commit is contained in:
parent
d0dcdf5dd4
commit
67e0cad9a0
@ -1032,7 +1032,7 @@ function filemanager_file_explorer(
|
||||
false,
|
||||
'show_form_create_folder()',
|
||||
[
|
||||
'class' => 'margin-right-2 invert_filter secondary',
|
||||
'class' => 'margin-right-2 primary buttonButton',
|
||||
'icon' => 'create_directory',
|
||||
],
|
||||
true,
|
||||
@ -1047,7 +1047,7 @@ function filemanager_file_explorer(
|
||||
false,
|
||||
'show_create_text_file()',
|
||||
[
|
||||
'class' => 'margin-right-2 invert_filter secondary',
|
||||
'class' => 'margin-right-2 primary buttonButton',
|
||||
'icon' => 'create_file',
|
||||
],
|
||||
true,
|
||||
@ -1061,7 +1061,7 @@ function filemanager_file_explorer(
|
||||
false,
|
||||
'show_upload_file()',
|
||||
[
|
||||
'class' => 'margin-right-2 invert_filter secondary',
|
||||
'class' => 'margin-right-2 primary buttonButton',
|
||||
'icon' => 'upload_file',
|
||||
],
|
||||
true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user