Skip to content

Commit

Permalink
[FIX] Solve URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ilopezsmx committed Dec 4, 2023
1 parent 2063173 commit ff206e9
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
10 changes: 5 additions & 5 deletions src/genweb6/theme/theme/scss/old/_sprites.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
height: 14px;
line-height: 14px;
vertical-align: text-top;
background-image: url('++theme++genweb6.theme/img/gh.png');
background-image: url('../img/gh.png');
background-position: 14px 14px;
background-repeat: no-repeat;
margin-top: 3px;
Expand All @@ -37,11 +37,11 @@
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"] {
background-image: url('++theme++genweb6.theme/img/gh-w.png');
background-image: url('../img/gh-w.png');
}

.icon-color {
background-image: url('++theme++genweb6.theme/img/gh-c.png');
background-image: url('../img/gh-c.png');
}

.icon-glass { background-position: 0 0; }
Expand Down Expand Up @@ -270,7 +270,7 @@


.large-icon {
background-image: url('++theme++genweb6.theme/img/gh-150.png');
background-image: url('../img/gh-150.png');
width:21px;
height:21px;
margin-top:-1px;
Expand All @@ -286,7 +286,7 @@


.large-icon.icon-white {
background-image: url('++theme++genweb6.theme/img/gh-150-w.png');
background-image: url('../img/gh-150-w.png');
}


Expand Down
2 changes: 1 addition & 1 deletion src/genweb6/theme/theme/scss/old/_styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ code {
.down {

&:after {
background: url('++theme++genweb6.theme/img/gh-c.png') no-repeat;
background: url('../img/gh-c.png') no-repeat;
width: 14px;
height: 14px;
display: inline-block;
Expand Down
12 changes: 6 additions & 6 deletions src/genweb6/theme/theme/stylesheets/theme-concat.css
Original file line number Diff line number Diff line change
Expand Up @@ -22330,7 +22330,7 @@ body#tinymce [class*=" icon-"],
height: 14px;
line-height: 14px;
vertical-align: text-top;
background-image: url("++theme++genweb6.theme/img/gh.png");
background-image: url("../img/gh.png");
background-position: 14px 14px;
background-repeat: no-repeat;
margin-top: 3px;
Expand Down Expand Up @@ -22392,7 +22392,7 @@ body#tinymce .dropdown-menu > .active > a > [class*=" icon-"],
#content-core #parent-fieldname-text .dropdown-menu > li > a:hover > [class*=" icon-"],
#content-core #parent-fieldname-text .dropdown-menu > .active > a > [class^="icon-"],
#content-core #parent-fieldname-text .dropdown-menu > .active > a > [class*=" icon-"] {
background-image: url("++theme++genweb6.theme/img/gh-w.png");
background-image: url("../img/gh-w.png");
}
/* line 43, ../scss/old/_sprites.scss */
.portaltype-packet#content .icon-color,
Expand All @@ -22403,7 +22403,7 @@ body#tinymce .dropdown-menu > .active > a > [class*=" icon-"],
body#tinymce .icon-color,
.mosaic-tile-content .icon-color,
#content-core #parent-fieldname-text .icon-color {
background-image: url("++theme++genweb6.theme/img/gh-c.png");
background-image: url("../img/gh-c.png");
}
/* line 47, ../scss/old/_sprites.scss */
.portaltype-packet#content .icon-glass,
Expand Down Expand Up @@ -25824,7 +25824,7 @@ body#tinymce .icon-translate,
body#tinymce .large-icon,
.mosaic-tile-content .large-icon,
#content-core #parent-fieldname-text .large-icon {
background-image: url("++theme++genweb6.theme/img/gh-150.png");
background-image: url("../img/gh-150.png");
width: 21px;
height: 21px;
margin-top: -1px;
Expand Down Expand Up @@ -25905,7 +25905,7 @@ body#tinymce .large-icon.icon-user-news,
body#tinymce .large-icon.icon-white,
.mosaic-tile-content .large-icon.icon-white,
#content-core #parent-fieldname-text .large-icon.icon-white {
background-image: url("++theme++genweb6.theme/img/gh-150-w.png");
background-image: url("../img/gh-150-w.png");
}
/* line 4, ../scss/old/_styles.scss */
.portaltype-packet#content .label,
Expand Down Expand Up @@ -26423,7 +26423,7 @@ body#tinymce .down:after,
#content-core #parent-fieldname-text .vid:after,
#content-core #parent-fieldname-text .https:after,
#content-core #parent-fieldname-text .down:after {
background: url("++theme++genweb6.theme/img/gh-c.png") no-repeat;
background: url("../img/gh-c.png") no-repeat;
width: 14px;
height: 14px;
display: inline-block;
Expand Down
12 changes: 6 additions & 6 deletions src/genweb6/theme/theme/stylesheets/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -4465,7 +4465,7 @@ body#tinymce [class*=" icon-"],
height: 14px;
line-height: 14px;
vertical-align: text-top;
background-image: url("++theme++genweb6.theme/img/gh.png");
background-image: url("../img/gh.png");
background-position: 14px 14px;
background-repeat: no-repeat;
margin-top: 3px;
Expand Down Expand Up @@ -4527,7 +4527,7 @@ body#tinymce .dropdown-menu > .active > a > [class*=" icon-"],
#content-core #parent-fieldname-text .dropdown-menu > li > a:hover > [class*=" icon-"],
#content-core #parent-fieldname-text .dropdown-menu > .active > a > [class^="icon-"],
#content-core #parent-fieldname-text .dropdown-menu > .active > a > [class*=" icon-"] {
background-image: url("++theme++genweb6.theme/img/gh-w.png");
background-image: url("../img/gh-w.png");
}
/* line 43, ../scss/old/_sprites.scss */
.portaltype-packet#content .icon-color,
Expand All @@ -4538,7 +4538,7 @@ body#tinymce .dropdown-menu > .active > a > [class*=" icon-"],
body#tinymce .icon-color,
.mosaic-tile-content .icon-color,
#content-core #parent-fieldname-text .icon-color {
background-image: url("++theme++genweb6.theme/img/gh-c.png");
background-image: url("../img/gh-c.png");
}
/* line 47, ../scss/old/_sprites.scss */
.portaltype-packet#content .icon-glass,
Expand Down Expand Up @@ -7959,7 +7959,7 @@ body#tinymce .icon-translate,
body#tinymce .large-icon,
.mosaic-tile-content .large-icon,
#content-core #parent-fieldname-text .large-icon {
background-image: url("++theme++genweb6.theme/img/gh-150.png");
background-image: url("../img/gh-150.png");
width: 21px;
height: 21px;
margin-top: -1px;
Expand Down Expand Up @@ -8040,7 +8040,7 @@ body#tinymce .large-icon.icon-user-news,
body#tinymce .large-icon.icon-white,
.mosaic-tile-content .large-icon.icon-white,
#content-core #parent-fieldname-text .large-icon.icon-white {
background-image: url("++theme++genweb6.theme/img/gh-150-w.png");
background-image: url("../img/gh-150-w.png");
}
/* line 4, ../scss/old/_styles.scss */
.portaltype-packet#content .label,
Expand Down Expand Up @@ -8558,7 +8558,7 @@ body#tinymce .down:after,
#content-core #parent-fieldname-text .vid:after,
#content-core #parent-fieldname-text .https:after,
#content-core #parent-fieldname-text .down:after {
background: url("++theme++genweb6.theme/img/gh-c.png") no-repeat;
background: url("../img/gh-c.png") no-repeat;
width: 14px;
height: 14px;
display: inline-block;
Expand Down
2 changes: 1 addition & 1 deletion src/genweb6/theme/theme/stylesheets/theme.min.css

Large diffs are not rendered by default.

0 comments on commit ff206e9

Please sign in to comment.