Skip to content

Commit

Permalink
Update v2.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNN1 committed Mar 25, 2022
1 parent 1218ebd commit e85f203
Show file tree
Hide file tree
Showing 18 changed files with 60 additions and 32 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright 2016-2022 Róbert Kelčák {RobiNN}
Copyright 2016-2022 Róbert Kelčák

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
13 changes: 10 additions & 3 deletions Material/css/theme-gray.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@charset "UTF-8";
/*!
* elFinder-Material-Theme (Gray) v2.1.12 (https://github.com/RobiNN1/elFinder-Material-Theme)
* Copyright 2016-2022 Róbert Kelčák {RobiNN}
* elFinder-Material-Theme (Gray) v2.1.13 (https://github.com/RobiNN1/elFinder-Material-Theme)
* Copyright 2016-2022 Róbert Kelčák
* Licensed under MIT (https://github.com/RobiNN1/elFinder-Material-Theme/blob/master/LICENSE)
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&subset=cyrillic,cyrillic-ext,devanagari,greek,greek-ext,latin-ext,vietnamese");
Expand Down Expand Up @@ -58,6 +58,7 @@
}
.elfinder-notify-progress,
.elfinder-resize-spinner {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 1rem 1rem;
-webkit-animation: progress-animation 1s linear infinite;
Expand Down Expand Up @@ -609,7 +610,9 @@ div.elfinder-cwd-wrapper-list .ui-icon-grip-dotted-vertical {
.elfinder-quicklook-navbar-icon {
background: transparent;
font: normal normal normal 14px/1 material;
font-size: 32px;
font-size: 24px;
width: 24px;
height: 24px;
color: #fff;
}
.elfinder-quicklook-titlebar-icon {
Expand Down Expand Up @@ -1344,6 +1347,7 @@ div.elfinder-cwd-wrapper-list .ui-icon-grip-dotted-vertical {
border-radius: 0;
border: 0;
color: #cfd2d4;
padding-top: 5px;
}
.elfinder-path,
.elfinder-stat-size {
Expand Down Expand Up @@ -1657,6 +1661,9 @@ div.elfinder-cwd-wrapper-list .ui-icon-grip-dotted-vertical {
background: #232323;
border-radius: 2px;
}
.elfinder-quicklook-navbar {
height: 27px;
}
.elfinder-quicklook-titlebar {
background: inherit;
}
Expand Down
6 changes: 3 additions & 3 deletions Material/css/theme-gray.min.css

Large diffs are not rendered by default.

13 changes: 10 additions & 3 deletions Material/css/theme-light.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@charset "UTF-8";
/*!
* elFinder-Material-Theme (Light) v2.1.12 (https://github.com/RobiNN1/elFinder-Material-Theme)
* Copyright 2016-2022 Róbert Kelčák {RobiNN}
* elFinder-Material-Theme (Light) v2.1.13 (https://github.com/RobiNN1/elFinder-Material-Theme)
* Copyright 2016-2022 Róbert Kelčák
* Licensed under MIT (https://github.com/RobiNN1/elFinder-Material-Theme/blob/master/LICENSE)
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&subset=cyrillic,cyrillic-ext,devanagari,greek,greek-ext,latin-ext,vietnamese");
Expand Down Expand Up @@ -58,6 +58,7 @@
}
.elfinder-notify-progress,
.elfinder-resize-spinner {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 1rem 1rem;
-webkit-animation: progress-animation 1s linear infinite;
Expand Down Expand Up @@ -609,7 +610,9 @@ div.elfinder-cwd-wrapper-list .ui-icon-grip-dotted-vertical {
.elfinder-quicklook-navbar-icon {
background: transparent;
font: normal normal normal 14px/1 material;
font-size: 32px;
font-size: 24px;
width: 24px;
height: 24px;
color: #fff;
}
.elfinder-quicklook-titlebar-icon {
Expand Down Expand Up @@ -1344,6 +1347,7 @@ div.elfinder-cwd-wrapper-list .ui-icon-grip-dotted-vertical {
border-radius: 0;
border: 0;
color: #fff;
padding-top: 5px;
}
.elfinder-path,
.elfinder-stat-size {
Expand Down Expand Up @@ -1657,6 +1661,9 @@ div.elfinder-cwd-wrapper-list .ui-icon-grip-dotted-vertical {
background: #232323;
border-radius: 2px;
}
.elfinder-quicklook-navbar {
height: 27px;
}
.elfinder-quicklook-titlebar {
background: inherit;
}
Expand Down
6 changes: 3 additions & 3 deletions Material/css/theme-light.min.css

Large diffs are not rendered by default.

13 changes: 10 additions & 3 deletions Material/css/theme.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@charset "UTF-8";
/*!
* elFinder-Material-Theme (Default) v2.1.12 (https://github.com/RobiNN1/elFinder-Material-Theme)
* Copyright 2016-2022 Róbert Kelčák {RobiNN}
* elFinder-Material-Theme (Default) v2.1.13 (https://github.com/RobiNN1/elFinder-Material-Theme)
* Copyright 2016-2022 Róbert Kelčák
* Licensed under MIT (https://github.com/RobiNN1/elFinder-Material-Theme/blob/master/LICENSE)
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&subset=cyrillic,cyrillic-ext,devanagari,greek,greek-ext,latin-ext,vietnamese");
Expand Down Expand Up @@ -58,6 +58,7 @@
}
.elfinder-notify-progress,
.elfinder-resize-spinner {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 1rem 1rem;
-webkit-animation: progress-animation 1s linear infinite;
Expand Down Expand Up @@ -609,7 +610,9 @@ div.elfinder-cwd-wrapper-list .ui-icon-grip-dotted-vertical {
.elfinder-quicklook-navbar-icon {
background: transparent;
font: normal normal normal 14px/1 material;
font-size: 32px;
font-size: 24px;
width: 24px;
height: 24px;
color: #fff;
}
.elfinder-quicklook-titlebar-icon {
Expand Down Expand Up @@ -1344,6 +1347,7 @@ div.elfinder-cwd-wrapper-list .ui-icon-grip-dotted-vertical {
border-radius: 0;
border: 0;
color: #cfd2d4;
padding-top: 5px;
}
.elfinder-path,
.elfinder-stat-size {
Expand Down Expand Up @@ -1657,6 +1661,9 @@ div.elfinder-cwd-wrapper-list .ui-icon-grip-dotted-vertical {
background: #232323;
border-radius: 2px;
}
.elfinder-quicklook-navbar {
height: 27px;
}
.elfinder-quicklook-titlebar {
background: inherit;
}
Expand Down
6 changes: 3 additions & 3 deletions Material/css/theme.min.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions Material/src/less/dialogs.less
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,10 @@
.elfinder-quicklook {
background: #232323;
border-radius: 2px;

&-navbar {
height: 27px;
}
}

.elfinder-quicklook-titlebar {
Expand Down
4 changes: 3 additions & 1 deletion Material/src/less/icons.less
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,9 @@ div.elfinder-cwd-wrapper-list {
.elfinder-quicklook-navbar-icon {
background: transparent;
font: normal normal normal 14px/1 @font-name;
font-size: 32px;
font-size: 24px;
width: 24px;
height: 24px;
color: #fff;
}

Expand Down
1 change: 1 addition & 0 deletions Material/src/less/statusbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
background: @statusbar-bg;
.remove-borders;
color: @statusbar-color;
padding-top: 5px;
}

.elfinder-path,
Expand Down
4 changes: 2 additions & 2 deletions Material/src/less/theme-gray.less
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@charset "UTF-8";
/*!
* elFinder-Material-Theme (Gray) v2.1.12 (https://github.com/RobiNN1/elFinder-Material-Theme)
* Copyright 2016-2022 Róbert Kelčák {RobiNN}
* elFinder-Material-Theme (Gray) v2.1.13 (https://github.com/RobiNN1/elFinder-Material-Theme)
* Copyright 2016-2022 Róbert Kelčák
* Licensed under MIT (https://github.com/RobiNN1/elFinder-Material-Theme/blob/master/LICENSE)
*/
@import "variables-gray";
Expand Down
4 changes: 2 additions & 2 deletions Material/src/less/theme-light.less
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@charset "UTF-8";
/*!
* elFinder-Material-Theme (Light) v2.1.12 (https://github.com/RobiNN1/elFinder-Material-Theme)
* Copyright 2016-2022 Róbert Kelčák {RobiNN}
* elFinder-Material-Theme (Light) v2.1.13 (https://github.com/RobiNN1/elFinder-Material-Theme)
* Copyright 2016-2022 Róbert Kelčák
* Licensed under MIT (https://github.com/RobiNN1/elFinder-Material-Theme/blob/master/LICENSE)
*/
@import "variables-light";
Expand Down
4 changes: 2 additions & 2 deletions Material/src/less/theme.less
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@charset "UTF-8";
/*!
* elFinder-Material-Theme (Default) v2.1.12 (https://github.com/RobiNN1/elFinder-Material-Theme)
* Copyright 2016-2022 Róbert Kelčák {RobiNN}
* elFinder-Material-Theme (Default) v2.1.13 (https://github.com/RobiNN1/elFinder-Material-Theme)
* Copyright 2016-2022 Róbert Kelčák
* Licensed under MIT (https://github.com/RobiNN1/elFinder-Material-Theme/blob/master/LICENSE)
*/
@import "variables";
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[Install guide](https://github.com/Studio-42/elFinder/wiki/How-to-load-CSS-with-RequireJS%3F)

![Version](https://img.shields.io/badge/Version-2.1.12-blue.svg)
![Version](https://img.shields.io/badge/Version-2.1.13-blue.svg)
![Visitor Badge](https://visitor-badge.laobi.icu/badge?page_id=RobiNN1.elFinder-Material-Theme)

| Default | Gray | Light |
Expand Down
2 changes: 1 addition & 1 deletion manifests/material-default.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Material Default",
"cssurls": "https://cdn.jsdelivr.net/gh/RobiNN1/elFinder-Material-Theme/Material/css/theme.min.css",
"author": "Róbert Kelčák {RobiNN}",
"author": "Róbert Kelčák",
"email": "",
"license": "MIT",
"link": "https://github.com/RobiNN1/elFinder-Material-Theme",
Expand Down
2 changes: 1 addition & 1 deletion manifests/material-gray.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Material Gray",
"cssurls": "https://cdn.jsdelivr.net/gh/RobiNN1/elFinder-Material-Theme/Material/css/theme-gray.min.css",
"author": "Róbert Kelčák {RobiNN}",
"author": "Róbert Kelčák",
"email": "",
"license": "MIT",
"link": "https://github.com/RobiNN1/elFinder-Material-Theme",
Expand Down
2 changes: 1 addition & 1 deletion manifests/material-light.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Material Light",
"cssurls": "https://cdn.jsdelivr.net/gh/RobiNN1/elFinder-Material-Theme/Material/css/theme-light.min.css",
"author": "Róbert Kelčák {RobiNN}",
"author": "Róbert Kelčák",
"email": "",
"license": "MIT",
"link": "https://github.com/RobiNN1/elFinder-Material-Theme",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elfinder-material-theme",
"version": "2.1.12",
"version": "2.1.13",
"description": "Theme for elFinder",
"main": "Material/css/theme.css",
"scripts": {
Expand All @@ -17,7 +17,7 @@
"material-theme",
"material-design"
],
"author": "Róbert Kelčák {RobiNN}",
"author": "Róbert Kelčák",
"license": "MIT",
"bugs": {
"url": "https://github.com/RobiNN1/elFinder-Material-Theme/issues"
Expand Down

0 comments on commit e85f203

Please sign in to comment.