mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch 'ent-13570-Texto-botones-inferiores-de-colecciones-se-ve-mal-en-tema-oscuro' into 'develop'
Ent 13570 texto botones inferiores de colecciones se ve mal en tema oscuro See merge request artica/pandorafms!7287
This commit is contained in:
commit
c095295e35
@ -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