Skip to content

Commit

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion manager/templates/default/css/index-min.css

Large diffs are not rendered by default.

97 changes: 97 additions & 0 deletions manager/templates/default/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -27908,6 +27908,103 @@ html[dir=rtl] .x-hide-offsets {
border: 0 !important;
}

.info-list.hide-list {
display: none;
}
.info-list .header {
color: #626262;
font: normal 12px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-weight: 600;
}
.info-list .header::before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
font-weight: 900;
content: "\f09c";
color: #517196;
display: inline-block;
margin: 0 0.25rem;
}
.info-list .header span {
font-weight: normal;
}
.info-list ul {
margin-top: 0.5rem;
padding: 0.5rem;
border: 1px dashed #E4E4E4;
border-radius: 3px;
}
.info-list ul li {
font: normal 12px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
color: #6b6b6b;
padding: 0.15rem 0;
line-height: 1;
word-break: break-word;
}
@media screen and (min-width: 641px) {
.info-list ul {
columns: 2;
column-gap: 2rem;
}
}
.x-window .info-list {
margin-top: 1rem;
}
.x-grid3 .info-list ul {
position: relative;
padding-left: 1rem;
background-color: #fcfbfb;
}
.x-grid3-row-alt .x-grid3 .info-list ul {
background-color: #f9faff;
}
.x-grid3 .info-list ul::before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
font-weight: 900;
content: "\f09c";
color: #517196;
position: absolute;
text-align: center;
font-size: 11px;
left: -7px;
top: -7px;
width: 14px;
height: 14px;
padding-top: 2px;
box-shadow: -1px 1px 3px #888;
border-radius: 100%;
background-color: #fff;
}
.x-grid3 .info-list ul li {
font-style: italic;
}
@media screen and (min-width: 769px) {
.x-grid3 .info-list ul {
columns: 3;
}
}
@media screen and (min-width: 1141px) {
.x-grid3 .info-list ul {
columns: 4;
}
}
@media screen and (min-width: 1401px) {
.x-grid3 .info-list ul {
columns: 5;
}
}

/* for selectability in ext grids */
.x-selectable,
.x-selectable * {
Expand Down

0 comments on commit 5a1c469

Please sign in to comment.