Skip to content

Commit

Permalink
grunt build
Browse files Browse the repository at this point in the history
  • Loading branch information
opengeek committed Jun 27, 2024
1 parent d32dbf9 commit 15e309e
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 8 deletions.
4 changes: 2 additions & 2 deletions manager/templates/default/css/index-min.css

Large diffs are not rendered by default.

46 changes: 40 additions & 6 deletions manager/templates/default/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -18340,7 +18340,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, .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-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,
.inline-button .x-btn-split:before,
.x-superboxselect-item .x-btn-split:before,
.x-form-trigger .x-btn-split:before,
Expand Down Expand Up @@ -20730,6 +20730,45 @@ html[dir=rtl] .x-toolbar-left table {
content: "\f07b";
}

.modx-tv {
/* use default manager font for TV textareas to have unified look across TVs */
}
.modx-tv .resizable:hover::before, .modx-tv .resizable:hover::after {
background-color: rgba(153, 153, 153, 0.25);
color: #999999;
}
.modx-tv .resizable::before, .modx-tv .resizable::after {
position: absolute;
right: 0;
margin-right: 0.25%;
text-align: center;
background-color: rgba(153, 153, 153, 0.15);
color: #adadad;
pointer-events: none;
width: 15px;
z-index: 2;
font-size: smaller;
}
.modx-tv .resizable::before {
content: "\f106";
bottom: 12px;
height: 7px;
line-height: 0.9;
}
.modx-tv .resizable::after {
content: "\f107";
bottom: 4px;
height: 8px;
line-height: 0.6;
border-bottom-right-radius: 3px;
}
.modx-tv .resizable textarea {
resize: vertical;
}
.modx-tv .x-form-textarea:not(div) {
font-family: inherit;
}

textarea {
overflow: auto;
}
Expand All @@ -20743,11 +20782,6 @@ textarea.x-form-field,
/* override standard extjs theme */
}

/* use default manager font for TV textareas to have unified look across TVs */
.modx-tv .x-form-textarea:not(div) {
font-family: inherit;
}

/* general class that can be applied to any form field that should display code font */
.modx-code-content {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
Expand Down

0 comments on commit 15e309e

Please sign in to comment.