Skip to content

Commit

Permalink
Update v2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNN1 committed Mar 15, 2019
1 parent adf65eb commit 0a98a9d
Show file tree
Hide file tree
Showing 28 changed files with 1,013 additions and 2,482 deletions.
Binary file modified .github/img/preview-default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .github/img/preview-gray.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .github/img/preview-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
406 changes: 226 additions & 180 deletions Material/css/theme-gray.css

Large diffs are not rendered by default.

1,678 changes: 2 additions & 1,676 deletions Material/css/theme-gray.min.css

Large diffs are not rendered by default.

412 changes: 229 additions & 183 deletions Material/css/theme-light.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Material/css/theme-light.min.css

Large diffs are not rendered by default.

408 changes: 227 additions & 181 deletions Material/css/theme.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Material/css/theme.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Material/images/icons-big.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Material/images/icons-small.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 0 additions & 53 deletions Material/src/less/buttons.less

This file was deleted.

87 changes: 1 addition & 86 deletions Material/src/less/core.less
Original file line number Diff line number Diff line change
Expand Up @@ -17,53 +17,6 @@
}
}

/**
* Input & Select
*/
input.elfinder-tabstop,
input.elfinder-tabstop.ui-state-hover,
select.elfinder-tabstop,
select.elfinder-tabstop.ui-state-hover {
padding: 5px;
color: #666;
background: #fff;
border-radius: 3px;
font-weight: normal;
border-color: #888;
.box-shadow(none) !important;
}

.elfinder {
input[type="checkbox"] {
position: relative;
}

input[type="checkbox"]:after,
input[type="checkbox"]:focus:after {
content: "";
display: block;
width: 12px;
height: 12px;
border: 1px solid #707070;
background-color: #fff;
.border-radius(2px);
}

input[type="checkbox"]:checked:before {
content: "";
position: absolute;
top: -3px;
left: 6px;
display: table;
width: 4px;
height: 12px;
border: 2px solid #707070;
border-top-width: 0;
border-left-width: 0;
.transform(rotate(45deg));
}
}

/**
* Loading
*/
Expand Down Expand Up @@ -115,44 +68,6 @@ select.elfinder-tabstop.ui-state-hover {
height: 1rem;
}

/**
* Quick Look
*/
.elfinder-quicklook {
background: #232323;
.border-radius(2px);
}

.elfinder-quicklook-titlebar {
background: inherit;
}

.elfinder-quicklook-fullscreen .elfinder-quicklook-navbar {
border: inherit;
opacity: inherit;
.border-radius(4px);
background: rgba(66, 66, 66, 0.73);
}

.elfinder .elfinder-navdock {
border: 0;
}

.std42-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover .ui-icon,
.elfinder-mobile .std42-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon,
.elfinder-quicklook-titlebar-icon .ui-icon.elfinder-icon-close:hover,
.elfinder-mobile .elfinder-quicklook-titlebar-icon .ui-icon.elfinder-icon-close,
.std42-dialog .ui-dialog-titlebar .elfinder-titlebar-minimize:hover .ui-icon,
.elfinder-mobile .std42-dialog .ui-dialog-titlebar .elfinder-titlebar-minimize .ui-icon,
.elfinder-quicklook-titlebar-icon .ui-icon.elfinder-icon-minimize:hover,
.elfinder-mobile .elfinder-quicklook-titlebar-icon .ui-icon.elfinder-icon-minimize,
.std42-dialog .ui-dialog-titlebar .elfinder-titlebar-full:hover .ui-icon,
.elfinder-mobile .std42-dialog .ui-dialog-titlebar .elfinder-titlebar-full .ui-icon,
.elfinder-quicklook-titlebar-icon .ui-icon.elfinder-icon-full:hover,
.elfinder-mobile .elfinder-quicklook-titlebar-icon .ui-icon.elfinder-icon-full {
background-image: none;
}

/**
* Toast Notification
*/
Expand Down Expand Up @@ -233,5 +148,5 @@ select.elfinder-tabstop.ui-state-hover {
.border-radius(3px);
border: 0;
background: rgba(9, 53, 121, 0.75);
color: white;
color: white !important;
}
80 changes: 69 additions & 11 deletions Material/src/less/dialogs.less
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
font-weight: normal;
background: transparent;
margin: 0;
padding: 3px 0;
padding: 0;

&.ui-tabs-active {
padding-bottom: 7px;
a {
padding: 7px 9px;
}
}

Expand Down Expand Up @@ -80,15 +80,18 @@

.ui-dialog-buttonpane {
button {
margin: 2px;
margin: -1px 2px 2px;
padding: 7px 6px;

span.ui-icon {
padding: 0;
}
}

.ui-dialog-buttonset.elfinder-edit-extras {
margin-top: -4px;
select {
margin-top: 0;
}
}
}

Expand Down Expand Up @@ -117,23 +120,26 @@
color: @dialog-head-color;
}

.ui-widget-content {
.elfinder .ui-widget-content {
font-family: @base-font;
color: @body-color;
}

.elfinder-upload-dialog-wrapper .elfinder-upload-dirselect {
width: inherit;
height: inherit;
padding: .4em;
padding: 7px;
margin-left: 5px;
color: #222;
.box-shadow(1px 1px 4px rgba(0, 0, 0, 0.4));
background: #fff;
bottom: 4px;
.border-radius(2px);

&.ui-state-hover {
background: #888;
color: #fff;
background: @buttons-bg-hover !important;
color: @buttons-color-hover !important;
outline: none;
.border-radius(2px);
}
}

Expand All @@ -155,6 +161,15 @@
}
}

.elfinder-dialog-resize .elfinder-resize-control-panel {
margin-left: -5px;

.ui-button {
height: inherit;
margin-bottom: 5px;
}
}

.elfinder-help {
* {
color: @body-color;
Expand All @@ -169,7 +184,7 @@
}
}

.ui-slider {
.elfinder .ui-slider {
&.ui-slider-horizontal {
height: 2px;
border: 0;
Expand All @@ -191,3 +206,46 @@
}
}
}

/**
* Quick Look
*/
.elfinder-quicklook {
background: #232323;
.border-radius(2px);
}

.elfinder-quicklook-titlebar {
background: inherit;

&-icon .ui-icon {
background: transparent;
color: #fff;
}
}

.elfinder-quicklook-fullscreen .elfinder-quicklook-navbar {
border: inherit;
opacity: inherit;
.border-radius(4px);
background: rgba(66, 66, 66, 0.73);
}

.elfinder .elfinder-navdock {
border: 0;
}

.std42-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover .ui-icon,
.elfinder-mobile .std42-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon,
.elfinder-quicklook-titlebar-icon .ui-icon.elfinder-icon-close:hover,
.elfinder-mobile .elfinder-quicklook-titlebar-icon .ui-icon.elfinder-icon-close,
.std42-dialog .ui-dialog-titlebar .elfinder-titlebar-minimize:hover .ui-icon,
.elfinder-mobile .std42-dialog .ui-dialog-titlebar .elfinder-titlebar-minimize .ui-icon,
.elfinder-quicklook-titlebar-icon .ui-icon.elfinder-icon-minimize:hover,
.elfinder-mobile .elfinder-quicklook-titlebar-icon .ui-icon.elfinder-icon-minimize,
.std42-dialog .ui-dialog-titlebar .elfinder-titlebar-full:hover .ui-icon,
.elfinder-mobile .std42-dialog .ui-dialog-titlebar .elfinder-titlebar-full .ui-icon,
.elfinder-quicklook-titlebar-icon .ui-icon.elfinder-icon-full:hover,
.elfinder-mobile .elfinder-quicklook-titlebar-icon .ui-icon.elfinder-icon-full {
background-image: none;
}
Loading

0 comments on commit 0a98a9d

Please sign in to comment.