Socket
Socket
Sign inDemoInstall

elfinder-material-theme

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elfinder-material-theme - npm Package Compare versions

Comparing version 2.1.15 to 2.1.16

.idea/elFinder-Material-Theme.iml

20

package.json
{
"name": "elfinder-material-theme",
"version": "2.1.15",
"version": "2.1.16",
"description": "A theme for the elFinder web file manager inspired by Google Material design.",
"main": "Material/css/theme.css",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "gulp build",
"watch": "gulp watch"
},

@@ -25,3 +25,15 @@ "repository": {

},
"homepage": "https://github.com/RobiNN1/elFinder-Material-Theme"
"homepage": "https://github.com/RobiNN1/elFinder-Material-Theme",
"browserslist": [
"cover 95%",
"not dead"
],
"devDependencies": {
"gulp": "^4.0",
"gulp-autoprefixer": "^8.0",
"gulp-clean-css": "^4.3",
"gulp-less": "^5.0",
"gulp-rename": "^2.0",
"gulp-replace": "^1.1"
}
}

19

README.md

@@ -5,4 +5,2 @@ # elFinder-Material-Theme

[Install guide](https://github.com/Studio-42/elFinder/wiki/How-to-load-CSS-with-RequireJS%3F)
![Visitor Badge](https://visitor-badge.laobi.icu/badge?page_id=RobiNN1.elFinder-Material-Theme)

@@ -12,3 +10,3 @@

<tr>
<td><img alt="Default" src=".github/img/preview-default.png"></td>
<td><img alt="Dark Blue" src=".github/img/preview-darkblue.png"></td>
<td><img alt="Gray" src=".github/img/preview-gray.png"></td>

@@ -18,1 +16,16 @@ <td><img alt="Light" src=".github/img/preview-light.png"></td>

</table>
## Installation
Simply paste this code into the elFinder client options
```javascript
themes : {
'mt-darkblue' : 'https://robinn1.github.io/elFinder-Material-Theme/manifests/darkblue.json',
'mt-gray' : 'https://robinn1.github.io/elFinder-Material-Theme/manifests/gray.json',
'mt-light' : 'https://robinn1.github.io/elFinder-Material-Theme/manifests/light.json',
},
theme : 'mt-darkblue',
```
Read more details in the [installation guide](https://github.com/Studio-42/elFinder/wiki/How-to-load-CSS-with-RequireJS%3F).

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc