Skip to content

Commit

Permalink
v2.1.14 (Removed link to Google Fonts)
Browse files Browse the repository at this point in the history
Stupid GDPR... 🤦
  • Loading branch information
RobiNN1 committed Apr 4, 2022
1 parent e85f203 commit 0ca1bcf
Show file tree
Hide file tree
Showing 15 changed files with 35 additions and 49 deletions.
14 changes: 6 additions & 8 deletions Material/css/theme-gray.css
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
@charset "UTF-8";
/*!
* elFinder-Material-Theme (Gray) v2.1.13 (https://github.com/RobiNN1/elFinder-Material-Theme)
* elFinder-Material-Theme (Gray) v2.1.14 (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");
.elfinder {
color: #546e7a;
font-family: "Noto Sans", sans-serif;
font-family: -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.elfinder.ui-widget.ui-widget-content {
font-family: "Noto Sans", sans-serif;
font-family: -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
box-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
border-radius: 0;
border: 0;
Expand Down Expand Up @@ -92,14 +90,14 @@
background-color: #ff9800;
}
.elfinder-toast-msg {
font-family: "Noto Sans", sans-serif;
font-family: -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
font-size: 17px;
}
/**
* For Ace Editor
*/
#ace_settingsmenu {
font-family: "Noto Sans", sans-serif;
font-family: -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
box-shadow: 0 1px 30px rgba(0, 0, 0, 0.6) !important;
background-color: #1d2736 !important;
color: #e6e6e6 !important;
Expand Down Expand Up @@ -1587,7 +1585,7 @@ div.elfinder-cwd-wrapper-list .ui-icon-grip-dotted-vertical {
color: #f1f1f1;
}
.elfinder .ui-widget-content {
font-family: "Noto Sans", sans-serif;
font-family: -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
color: #546e7a;
}
.elfinder-upload-dialog-wrapper .elfinder-upload-dirselect {
Expand Down
5 changes: 2 additions & 3 deletions Material/css/theme-gray.min.css

Large diffs are not rendered by default.

14 changes: 6 additions & 8 deletions Material/css/theme-light.css
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
@charset "UTF-8";
/*!
* elFinder-Material-Theme (Light) v2.1.13 (https://github.com/RobiNN1/elFinder-Material-Theme)
* elFinder-Material-Theme (Light) v2.1.14 (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");
.elfinder {
color: #546e7a;
font-family: "Noto Sans", sans-serif;
font-family: -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.elfinder.ui-widget.ui-widget-content {
font-family: "Noto Sans", sans-serif;
font-family: -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
box-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
border-radius: 0;
border: 0;
Expand Down Expand Up @@ -92,14 +90,14 @@
background-color: #ff9800;
}
.elfinder-toast-msg {
font-family: "Noto Sans", sans-serif;
font-family: -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
font-size: 17px;
}
/**
* For Ace Editor
*/
#ace_settingsmenu {
font-family: "Noto Sans", sans-serif;
font-family: -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
box-shadow: 0 1px 30px rgba(0, 0, 0, 0.6) !important;
background-color: #1d2736 !important;
color: #e6e6e6 !important;
Expand Down Expand Up @@ -1587,7 +1585,7 @@ div.elfinder-cwd-wrapper-list .ui-icon-grip-dotted-vertical {
color: #f1f1f1;
}
.elfinder .ui-widget-content {
font-family: "Noto Sans", sans-serif;
font-family: -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
color: #546e7a;
}
.elfinder-upload-dialog-wrapper .elfinder-upload-dirselect {
Expand Down
5 changes: 2 additions & 3 deletions Material/css/theme-light.min.css

Large diffs are not rendered by default.

14 changes: 6 additions & 8 deletions Material/css/theme.css
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
@charset "UTF-8";
/*!
* elFinder-Material-Theme (Default) v2.1.13 (https://github.com/RobiNN1/elFinder-Material-Theme)
* elFinder-Material-Theme (Default) v2.1.14 (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");
.elfinder {
color: #546e7a;
font-family: "Noto Sans", sans-serif;
font-family: -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.elfinder.ui-widget.ui-widget-content {
font-family: "Noto Sans", sans-serif;
font-family: -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
box-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
border-radius: 0;
border: 0;
Expand Down Expand Up @@ -92,14 +90,14 @@
background-color: #ff9800;
}
.elfinder-toast-msg {
font-family: "Noto Sans", sans-serif;
font-family: -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
font-size: 17px;
}
/**
* For Ace Editor
*/
#ace_settingsmenu {
font-family: "Noto Sans", sans-serif;
font-family: -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
box-shadow: 0 1px 30px rgba(0, 0, 0, 0.6) !important;
background-color: #1d2736 !important;
color: #e6e6e6 !important;
Expand Down Expand Up @@ -1587,7 +1585,7 @@ div.elfinder-cwd-wrapper-list .ui-icon-grip-dotted-vertical {
color: #f1f1f1;
}
.elfinder .ui-widget-content {
font-family: "Noto Sans", sans-serif;
font-family: -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
color: #546e7a;
}
.elfinder-upload-dialog-wrapper .elfinder-upload-dirselect {
Expand Down
5 changes: 2 additions & 3 deletions Material/css/theme.min.css

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions Material/src/less/core.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@import (css) url("https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&subset=cyrillic,cyrillic-ext,devanagari,greek,greek-ext,latin-ext,vietnamese");

.remove-borders() {
border-radius: 0;
border: 0;
Expand Down
3 changes: 1 addition & 2 deletions Material/src/less/theme-gray.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
@charset "UTF-8";
/*!
* elFinder-Material-Theme (Gray) v2.1.13 (https://github.com/RobiNN1/elFinder-Material-Theme)
* elFinder-Material-Theme (Gray) v2.1.14 (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)
*/
Expand Down
3 changes: 1 addition & 2 deletions Material/src/less/theme-light.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
@charset "UTF-8";
/*!
* elFinder-Material-Theme (Light) v2.1.13 (https://github.com/RobiNN1/elFinder-Material-Theme)
* elFinder-Material-Theme (Light) v2.1.14 (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)
*/
Expand Down
3 changes: 1 addition & 2 deletions Material/src/less/theme.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
@charset "UTF-8";
/*!
* elFinder-Material-Theme (Default) v2.1.13 (https://github.com/RobiNN1/elFinder-Material-Theme)
* elFinder-Material-Theme (Default) v2.1.14 (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)
*/
Expand Down
4 changes: 2 additions & 2 deletions Material/src/less/variables-gray.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

// Fonts
// ----------------------------------------------
@base-font: "Noto Sans", sans-serif;
@font-name: material;
@base-font: -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
@font-name: material; // This is for custom icon pack

// Paths
// ----------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions Material/src/less/variables-light.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

// Fonts
// ----------------------------------------------
@base-font: "Noto Sans", sans-serif;
@font-name: material;
@base-font: -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
@font-name: material; // This is for custom icon pack

// Paths
// ----------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions Material/src/less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

// Fonts
// ----------------------------------------------
@base-font: "Noto Sans", sans-serif;
@font-name: material;
@base-font: -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
@font-name: material; // This is for custom icon pack

// Paths
// ----------------------------------------------
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.13-blue.svg)
![Version](https://img.shields.io/badge/Version-2.1.14-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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elfinder-material-theme",
"version": "2.1.13",
"version": "2.1.14",
"description": "Theme for elFinder",
"main": "Material/css/theme.css",
"scripts": {
Expand Down

0 comments on commit 0ca1bcf

Please sign in to comment.