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:
Samuel Georges 2016-07-30 22:54:14 +10:00 committed by GitHub
commit 9c1a97309d

View File

@ -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);