Merge pull request #2260 from gabsource/fix-flex-layout-background
Fix the background for flex-layout panel like in RainLab.Builder
This commit is contained in:
commit
9c1a97309d
|
|
@ -45,7 +45,8 @@
|
|||
}
|
||||
|
||||
.layout.control-tabs.oc-logo-transparent:not(.has-tabs),
|
||||
.layout-cell.oc-logo-transparent {
|
||||
.layout-cell.oc-logo-transparent,
|
||||
.flex-layout-column.oc-logo-transparent {
|
||||
background-size: 50% auto;
|
||||
background-repeat: no-repeat;
|
||||
background-image: url(../images/october-logo.svg);
|
||||
|
|
|
|||
Loading…
Reference in New Issue