diff --git a/plugins/box/filesmanager/css/style.css b/plugins/box/filesmanager/css/style.css index cb0f5bf..653f7e4 100644 --- a/plugins/box/filesmanager/css/style.css +++ b/plugins/box/filesmanager/css/style.css @@ -43,3 +43,14 @@ .upload-file-pholder { padding-top: 5px; } + +.file-size-max-upload { + color: #ccc; + text-decoration: none; +} + +.file-size-max-upload:hover { + color: #ccc; + cursor: default; + text-decoration: none; +} \ No newline at end of file diff --git a/plugins/box/filesmanager/views/backend/index.view.php b/plugins/box/filesmanager/views/backend/index.view.php index 610712f..c5127c4 100755 --- a/plugins/box/filesmanager/views/backend/index.view.php +++ b/plugins/box/filesmanager/views/backend/index.view.php @@ -12,25 +12,26 @@ ); ?>