Skip to content

Commit

Permalink
grunt build
Browse files Browse the repository at this point in the history
  • Loading branch information
opengeek committed Oct 8, 2024
1 parent 16d3b06 commit 1820b1c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
2 changes: 1 addition & 1 deletion manager/assets/modext/modx.jsgrps-min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions manager/templates/default/css/index-min.css

Large diffs are not rendered by default.

21 changes: 12 additions & 9 deletions manager/templates/default/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -18341,7 +18341,7 @@ readers do not read off random characters that represent icons */
.x-form-check-wrap .x-fieldset-header-text:before,
.x-fieldset-checkbox-toggle legend .x-form-cb-label:before,
.x-fieldset-checkbox-toggle legend .x-fieldset-header-text:before, .x-form-field-wrap .x-form-trigger:before, .desc-under .copy-this:hover::after, .desc-under .example-list ul li::before, .x-form-item .x-form-element .x-form-invalid-icon::before, .x-form-item label.x-form-item-label .modx-tv-reset::before,
.x-form-item label.x-form-item-label .modx-field-utils::before, .modx-tv .resizable::before, .modx-tv .resizable::after, .tree-new-category > em > button:before, .tree-new-plugin > em > button:before, .tree-new-snippet > em > button:before, .tree-new-chunk > em > button:before, .tree-new-tv > em > button:before, .tree-new-template > em > button:before, .tree-trash > em > button:before, .tree-new-static-resource > em > button:before, .tree-new-symlink > em > button:before, .tree-new-weblink > em > button:before, .tree-new-resource > em > button:before, .x-btn-icon.icon-file_manager button:before, .x-btn-icon.icon-file_upload button:before, .x-btn-icon.icon-page_white button:before, .x-btn-icon.icon-folder button:before, .actions button .x-btn-split:before,
.x-form-item label.x-form-item-label .modx-field-utils::before, .modx-tv .resizable::before, .modx-tv .resizable::after, .tree-new-category > em > button:before, .tree-new-plugin > em > button:before, .tree-new-snippet > em > button:before, .tree-new-chunk > em > button:before, .tree-new-tv > em > button:before, .tree-new-template > em > button:before, .tree-new-static-resource > em > button:before, .tree-new-symlink > em > button:before, .tree-new-weblink > em > button:before, .tree-new-resource > em > button:before, .x-btn-icon.icon-file_manager button:before, .x-btn-icon.icon-file_upload button:before, .x-btn-icon.icon-page_white button:before, .x-btn-icon.icon-folder button:before, .actions button .x-btn-split:before,
.inline-button .x-btn-split:before,
.x-superboxselect-item .x-btn-split:before,
.x-form-trigger .x-btn-split:before,
Expand Down Expand Up @@ -20689,11 +20689,6 @@ html[dir=rtl] .x-toolbar-left table {
font-weight: 400;
}

.tree-trash > em > button:before {
content: "\f2ed";
font-weight: 400;
}

/* alignment overrides */
#modx-leftbar .x-toolbar-ct .x-btn .tree-new-symlink > em > button {
top: 4px;
Expand Down Expand Up @@ -25085,12 +25080,12 @@ html[dir=rtl] .x-tree-node-el .modx-tree-node-btn-create {
#modx-leftbar-tabpanel__modx-trash-link .icon {
opacity: 0.5;
}
#modx-leftbar-tabpanel__modx-trash-link .icon:hover {
color: #CF1124;
}
#modx-leftbar-tabpanel__modx-trash-link.active .icon {
opacity: 1;
}
#modx-leftbar-tabpanel__modx-trash-link.active:hover .icon {
color: #CF1124;
}

.modx-browser-rte {
background: #FFF;
Expand Down Expand Up @@ -27978,6 +27973,14 @@ html[dir=rtl] .x-hide-offsets {
color: #6CB24A;
}

#modx-abtn-purge {
background-color: #CF1124;
color: #FFF;
}
#modx-abtn-purge:hover {
background-color: #a00d1c;
}

#modx-abtn-help {
color: #234368;
}
Expand Down

0 comments on commit 1820b1c

Please sign in to comment.