Skip to content

Commit c482f18

Browse files
committed
Load jquery-ui smoothness theme for elFinder
1 parent 01e0eca commit c482f18

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' => 'sha384-e4Bm/JKXqLbEnnDNLZIbB0u9VBy3H9D+TNdLb22ybxTLsmtWgRhQ3/BKEgJ13zU2',
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)