Skip to content

Commit

Permalink
[BUGFIX] reference preview styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrichmathes committed Jun 4, 2024
1 parent 8f47c80 commit 920d4f9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Resources/Public/Backend/Css/Skin/t3skin_override.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,18 +182,18 @@
margin: 0;
}

.t3js-module-body .exampleContent > .reference {
.t3js-module-body .element-preview-content > .reference {
position: relative;
margin-top: 7px;
}

.t3js-module-body .exampleContent > .reference .t3-page-ce-header-icons-right,
.t3js-module-body .exampleContent > .reference .t3-page-ce-wrapper-new-ce,
.t3js-module-body .exampleContent > .reference .t3-page-ce-dropzone-available {
.t3js-module-body .element-preview-content > .reference .t3-page-ce-header-icons-right,
.t3js-module-body .element-preview-content > .reference .t3-page-ce-wrapper-new-ce,
.t3js-module-body .element-preview-content > .reference .t3-page-ce-dropzone-available {
display: none !important;
}

.t3js-module-body .exampleContent > .reference .reference-overlay {
.t3js-module-body .element-preview-content > .reference .reference-overlay {
position: absolute;
top: 0;
left: 0;
Expand Down

0 comments on commit 920d4f9

Please sign in to comment.