Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix two CSS issues #6917

Merged
merged 1 commit into from Feb 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions core-bundle/contao/themes/flexible/backend.51223d60.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions core-bundle/contao/themes/flexible/backend.bb890b0a.css

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion core-bundle/contao/themes/flexible/entrypoints.json
Expand Up @@ -2,7 +2,7 @@
"entrypoints": {
"backend": {
"css": [
"/system/themes/flexible/backend.bb890b0a.css"
"/system/themes/flexible/backend.51223d60.css"
]
},
"confirm": {
Expand Down
4 changes: 2 additions & 2 deletions core-bundle/contao/themes/flexible/manifest.json
@@ -1,5 +1,5 @@
{
"backend.css": "/system/themes/flexible/backend.bb890b0a.css",
"backend.css": "/system/themes/flexible/backend.51223d60.css",
"confirm.css": "/system/themes/flexible/confirm.c2996dd4.css",
"conflict.css": "/system/themes/flexible/conflict.aa6b9c95.css",
"diff.css": "/system/themes/flexible/diff.171af75f.css",
Expand All @@ -8,7 +8,7 @@
"popup.css": "/system/themes/flexible/popup.4728c2fc.css",
"tinymce.css": "/system/themes/flexible/tinymce.e5009f94.css",
"tinymce-dark.css": "/system/themes/flexible/tinymce-dark.596023db.css",
"backend.bb890b0a.css.map": "/system/themes/flexible/backend.bb890b0a.css.map",
"backend.51223d60.css.map": "/system/themes/flexible/backend.51223d60.css.map",
"confirm.c2996dd4.css.map": "/system/themes/flexible/confirm.c2996dd4.css.map",
"conflict.aa6b9c95.css.map": "/system/themes/flexible/conflict.aa6b9c95.css.map",
"diff.171af75f.css.map": "/system/themes/flexible/diff.171af75f.css.map",
Expand Down
2 changes: 0 additions & 2 deletions core-bundle/contao/themes/flexible/styles/main.css
Expand Up @@ -125,7 +125,6 @@ body.popup {
}

#tmenu .burger button {
margin-right: -2px;
padding: 8px 10px 9px;
background: none;
border: 0;
Expand Down Expand Up @@ -344,7 +343,6 @@ body.popup {
.popup #main .content {
margin: 0;
border: 0;
overflow: auto;
}

/* Navigation */
Expand Down