Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNN1 committed Oct 22, 2023
1 parent d6372b1 commit b05ef2b
Show file tree
Hide file tree
Showing 13 changed files with 68 additions and 26 deletions.
20 changes: 14 additions & 6 deletions Material/css/theme-gray.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,14 @@
transform: rotate(360deg);
}
}
.elfinder-spinner,
.elfinder-info-spinner,
.elfinder-navbar-spinner,
.elfinder-button-icon-spinner {
font-size: 16px;
background: none;
}
.elfinder-spinner:before,
.elfinder-info-spinner:before,
.elfinder-navbar-spinner:before,
.elfinder-button-icon-spinner:before {
Expand Down Expand Up @@ -1090,6 +1092,9 @@
border: 0;
padding: 3px 20px;
}
.elfinder-toolbar .elfinder-button-icon {
color: #ffffff;
}
.elfinder-buttonset {
border-radius: 0;
border: 0;
Expand All @@ -1111,7 +1116,6 @@
.elfinder-button-icon {
background: none;
font-size: 20px !important;
color: #ffffff;
overflow: unset;
}
.elfinder-button-text {
Expand Down Expand Up @@ -1273,10 +1277,6 @@
top: 8px;
right: 0;
}
.elfinder-cwd-view-icons .elfinder-cwd-file-wrapper {
width: unset;
height: unset;
}
.elfinder-cwd-icon {
background-image: none;
position: relative;
Expand Down Expand Up @@ -1585,6 +1585,7 @@
border: 0;
border-bottom: 1px solid #f2f3f5;
padding: 0;
border-radius: 0;
}
.elfinder-dialog .ui-tabs .ui-tabs-tab {
background: none;
Expand Down Expand Up @@ -1612,13 +1613,17 @@
}
.elfinder-dialog .elfinder-edit-editor {
padding: 0;
background-color: #474d55 !important;
}
.elfinder-dialog .elfinder-edit-editor textarea {
border-radius: 0;
box-shadow: none;
background: #484848;
padding: unset;
}
.elfinder-dialog .elfinder-edit-editor .elfinder-button-icon {
vertical-align: unset;
}
.elfinder-dialog .ui-dialog-buttonpane select,
.elfinder-dialog .ui-dialog-buttonpane .ui-button {
margin-top: 0 !important;
Expand Down Expand Up @@ -1674,9 +1679,12 @@
*/
#ace_settingsmenu {
box-shadow: 0 1px 30px rgba(0, 0, 0, 0.6);
background-color: #dcdfe2;
background-color: #24272b;
color: #ffffff;
}
.ace_optionsMenuEntry:hover {
background-color: transparent;
}
.ace_optionsMenuEntry button[ace_selected_button=true] {
box-shadow: none;
}
2 changes: 1 addition & 1 deletion Material/css/theme-gray.min.css

Large diffs are not rendered by default.

18 changes: 13 additions & 5 deletions Material/css/theme-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,14 @@
transform: rotate(360deg);
}
}
.elfinder-spinner,
.elfinder-info-spinner,
.elfinder-navbar-spinner,
.elfinder-button-icon-spinner {
font-size: 16px;
background: none;
}
.elfinder-spinner:before,
.elfinder-info-spinner:before,
.elfinder-navbar-spinner:before,
.elfinder-button-icon-spinner:before {
Expand Down Expand Up @@ -1090,6 +1092,9 @@
border: 0;
padding: 3px 20px;
}
.elfinder-toolbar .elfinder-button-icon {
color: #ffffff;
}
.elfinder-buttonset {
border-radius: 0;
border: 0;
Expand All @@ -1111,7 +1116,6 @@
.elfinder-button-icon {
background: none;
font-size: 20px !important;
color: #ffffff;
overflow: unset;
}
.elfinder-button-text {
Expand Down Expand Up @@ -1273,10 +1277,6 @@
top: 8px;
right: 0;
}
.elfinder-cwd-view-icons .elfinder-cwd-file-wrapper {
width: unset;
height: unset;
}
.elfinder-cwd-icon {
background-image: none;
position: relative;
Expand Down Expand Up @@ -1585,6 +1585,7 @@
border: 0;
border-bottom: 1px solid #1a83df;
padding: 0;
border-radius: 0;
}
.elfinder-dialog .ui-tabs .ui-tabs-tab {
background: none;
Expand Down Expand Up @@ -1612,13 +1613,17 @@
}
.elfinder-dialog .elfinder-edit-editor {
padding: 0;
background-color: #fff !important;
}
.elfinder-dialog .elfinder-edit-editor textarea {
border-radius: 0;
box-shadow: none;
background: #484848;
padding: unset;
}
.elfinder-dialog .elfinder-edit-editor .elfinder-button-icon {
vertical-align: unset;
}
.elfinder-dialog .ui-dialog-buttonpane select,
.elfinder-dialog .ui-dialog-buttonpane .ui-button {
margin-top: 0 !important;
Expand Down Expand Up @@ -1680,3 +1685,6 @@
.ace_optionsMenuEntry:hover {
background-color: transparent;
}
.ace_optionsMenuEntry button[ace_selected_button=true] {
box-shadow: none;
}
2 changes: 1 addition & 1 deletion Material/css/theme-light.min.css

Large diffs are not rendered by default.

18 changes: 13 additions & 5 deletions Material/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,14 @@
transform: rotate(360deg);
}
}
.elfinder-spinner,
.elfinder-info-spinner,
.elfinder-navbar-spinner,
.elfinder-button-icon-spinner {
font-size: 16px;
background: none;
}
.elfinder-spinner:before,
.elfinder-info-spinner:before,
.elfinder-navbar-spinner:before,
.elfinder-button-icon-spinner:before {
Expand Down Expand Up @@ -1090,6 +1092,9 @@
border: 0;
padding: 3px 20px;
}
.elfinder-toolbar .elfinder-button-icon {
color: #afcbf8;
}
.elfinder-buttonset {
border-radius: 0;
border: 0;
Expand All @@ -1111,7 +1116,6 @@
.elfinder-button-icon {
background: none;
font-size: 20px !important;
color: #afcbf8;
overflow: unset;
}
.elfinder-button-text {
Expand Down Expand Up @@ -1273,10 +1277,6 @@
top: 8px;
right: 0;
}
.elfinder-cwd-view-icons .elfinder-cwd-file-wrapper {
width: unset;
height: unset;
}
.elfinder-cwd-icon {
background-image: none;
position: relative;
Expand Down Expand Up @@ -1585,6 +1585,7 @@
border: 0;
border-bottom: 1px solid #93b8f5;
padding: 0;
border-radius: 0;
}
.elfinder-dialog .ui-tabs .ui-tabs-tab {
background: none;
Expand Down Expand Up @@ -1612,13 +1613,17 @@
}
.elfinder-dialog .elfinder-edit-editor {
padding: 0;
background-color: #051837 !important;
}
.elfinder-dialog .elfinder-edit-editor textarea {
border-radius: 0;
box-shadow: none;
background: #484848;
padding: unset;
}
.elfinder-dialog .elfinder-edit-editor .elfinder-button-icon {
vertical-align: unset;
}
.elfinder-dialog .ui-dialog-buttonpane select,
.elfinder-dialog .ui-dialog-buttonpane .ui-button {
margin-top: 0 !important;
Expand Down Expand Up @@ -1680,3 +1685,6 @@
.ace_optionsMenuEntry:hover {
background-color: transparent;
}
.ace_optionsMenuEntry button[ace_selected_button=true] {
box-shadow: none;
}
2 changes: 1 addition & 1 deletion Material/css/theme.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/less/core.less
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
}
}

.elfinder-spinner,
.elfinder-info-spinner,
.elfinder-navbar-spinner,
.elfinder-button-icon-spinner {
Expand Down
9 changes: 8 additions & 1 deletion src/less/dialogs.less
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
border: 0;
border-bottom: 1px solid @tabs-border;
padding: 0;
border-radius: 0;
}

.ui-tabs-tab {
Expand Down Expand Up @@ -114,13 +115,18 @@

.elfinder-edit-editor {
padding: 0;
background-color: @dialog-bg !important;

textarea {
border-radius: 0;
box-shadow: none;
background: #484848;
padding: unset;
}

.elfinder-button-icon {
vertical-align: unset;
}
}

.ui-dialog-buttonpane {
Expand Down Expand Up @@ -198,7 +204,7 @@
*/
#ace_settingsmenu {
box-shadow: 0 1px 30px rgba(0, 0, 0, .6);
background-color: lighten(@workzone-bg, 2%);
background-color: @ace-editor-settings;
color: @body-color;
}

Expand All @@ -215,6 +221,7 @@
}

&[ace_selected_button=true] {
box-shadow: none;
&:extend(.elfinder .ui-button.ui-state-active);
}
}
Expand Down
5 changes: 4 additions & 1 deletion src/less/toolbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
background: @toolbar-bg;
.remove-borders;
padding: 3px 20px;

.elfinder-button-icon {
color: lighten(@toolbar-bg, 80%);
}
}

.elfinder-buttonset {
Expand Down Expand Up @@ -33,7 +37,6 @@
.elfinder-button-icon {
background: none;
font-size: 20px !important;
color: lighten(@toolbar-bg, 80%);
overflow: unset;
}

Expand Down
4 changes: 4 additions & 0 deletions src/less/variables-darkblue.less
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,7 @@
@tab-color: lighten(@main-color, 70%);
@tab-color-active: lighten(@main-color, 50%);
@quicklook-text-preview-bg: #c4c4c4;

// Other
// ----------------------------------------------
@ace-editor-settings: lighten(@workzone-bg, 2%);
4 changes: 4 additions & 0 deletions src/less/variables-gray.less
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,7 @@
@tab-color: lighten(@main-color, 70%);
@tab-color-active: lighten(@main-color, 50%);
@quicklook-text-preview-bg: #c4c4c4;

// Other
// ----------------------------------------------
@ace-editor-settings: darken(@main-color, 10%);
4 changes: 4 additions & 0 deletions src/less/variables-light.less
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,7 @@
@tab-color: darken(@blue-color, 2%);
@tab-color-active: darken(@blue-color, 1%);
@quicklook-text-preview-bg: #fff;

// Other
// ----------------------------------------------
@ace-editor-settings: lighten(@workzone-bg, 2%);
5 changes: 0 additions & 5 deletions src/less/workzone.less
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,6 @@
}
}

.elfinder-cwd-view-icons .elfinder-cwd-file-wrapper {
width: unset;
height: unset;
}

.elfinder-cwd-icon {
background-image: none;
position: relative;
Expand Down

0 comments on commit b05ef2b

Please sign in to comment.