mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +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,
|
false,
|
||||||
'show_form_create_folder()',
|
'show_form_create_folder()',
|
||||||
[
|
[
|
||||||
'class' => 'margin-right-2 invert_filter secondary',
|
'class' => 'margin-right-2 primary buttonButton',
|
||||||
'icon' => 'create_directory',
|
'icon' => 'create_directory',
|
||||||
],
|
],
|
||||||
true,
|
true,
|
||||||
@ -1047,7 +1047,7 @@ function filemanager_file_explorer(
|
|||||||
false,
|
false,
|
||||||
'show_create_text_file()',
|
'show_create_text_file()',
|
||||||
[
|
[
|
||||||
'class' => 'margin-right-2 invert_filter secondary',
|
'class' => 'margin-right-2 primary buttonButton',
|
||||||
'icon' => 'create_file',
|
'icon' => 'create_file',
|
||||||
],
|
],
|
||||||
true,
|
true,
|
||||||
@ -1061,7 +1061,7 @@ function filemanager_file_explorer(
|
|||||||
false,
|
false,
|
||||||
'show_upload_file()',
|
'show_upload_file()',
|
||||||
[
|
[
|
||||||
'class' => 'margin-right-2 invert_filter secondary',
|
'class' => 'margin-right-2 primary buttonButton',
|
||||||
'icon' => 'upload_file',
|
'icon' => 'upload_file',
|
||||||
],
|
],
|
||||||
true,
|
true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user