Skip to content

Commit 26e3f01

Browse files
committed
Load jquery-ui smoothness theme for elFinder
1 parent f47fac8 commit 26e3f01

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

resources/views/common_styles.blade.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
@basset(base_path('vendor/studio-42/elfinder/img/icons-big.svg'))
55
@basset(base_path('vendor/studio-42/elfinder/img/logo.png'))
66
@basset(base_path('vendor/studio-42/elfinder/css/elfinder.min.css'))
7+
@basset('https://cdn.jsdelivr.net/npm/jquery-ui@1.14.2/dist/themes/smoothness/jquery-ui.min.css', true, [
8+
'integrity' => 'sha256-6OjFTsJN+HZHKZPlYJn+GXDdKo0IS5NNoT8ooFs0YNc=',
9+
'crossorigin' => 'anonymous',
10+
])
711
@basset('https://cdn.jsdelivr.net/gh/RobiNN1/elFinder-Material-Theme@3.0.0/Material/css/theme.min.css')
812
@basset('https://cdn.jsdelivr.net/gh/RobiNN1/elFinder-Material-Theme@3.0.0/Material/images/loading.svg', false)
913
@basset('https://cdn.jsdelivr.net/gh/RobiNN1/elFinder-Material-Theme@3.0.0/Material/font/material.eot', false)

0 commit comments

Comments
 (0)