IMPROVEMENT: ui.elemental

This commit is contained in:
Tony Air 2020-01-04 22:15:20 +07:00
parent 69498beb22
commit b27c1a0cf2
2 changed files with 4 additions and 5 deletions

7
dist/css/app.css vendored
View File

@ -15467,13 +15467,12 @@ input.time[readonly] {
* Basic styles for silverstripe-elemental * Basic styles for silverstripe-elemental
*/ */
h1.page-header { .page-header-element {
display: none; display: none;
margin-bottom: 0;
} }
h1.page-header.no-elements { .page-header-element h1 {
display: block; margin-bottom: 0;
} }
.element { .element {

File diff suppressed because one or more lines are too long