|
21 | 21 |
|
22 | 22 | </head> |
23 | 23 | <body ng-cloak class="gridLayout" ng-controller="folderPluginCtrl"> |
24 | | -<style type="text/css" media="screen" ng-if="data.design.colorType === 'C'"> |
25 | | -body.gridLayout { |
26 | | - background-color: {{data.design.colors.backgroundColor}} !important; |
27 | | - background-image: url({{backgroundImage}}) !important; |
28 | | - background-size:cover !important; |
| 24 | +<style type="text/css" media="screen" ng-if="data.design.colorType === 'A'"> |
| 25 | + body.gridLayout { |
| 26 | + background-image: url({{backgroundImage}}) !important; |
| 27 | + background-size:cover !important; |
29 | 28 | } |
30 | 29 | </style> |
31 | | -<style ng-if="data.design.colorType === 'C'"> |
| 30 | +<style type="text/css" media="screen" ng-if="data.design.colorType === 'C'"> |
| 31 | + body.gridLayout { |
| 32 | + background-color: {{data.design.colors.backgroundColor}} !important; |
| 33 | + background-image: url({{backgroundImage}}) !important; |
| 34 | + background-size:cover !important; |
| 35 | + } |
| 36 | + |
32 | 37 | /* Show theme css only if on custom theme option */ |
33 | 38 | div.text-holder p, .launcher-plugin.layout7 .menu-links .menu-item p { |
34 | 39 | color: {{data.design.colors.bodyText}} !important; |
|
38 | 43 | color: {{data.design.colors.icons}} !important; |
39 | 44 | } |
40 | 45 | </style> |
41 | | -<style></style> |
42 | 46 | <!--<div class="overlay background" ng-if="data.design.selectedLayout !== 7 && backgroundImage"> |
43 | 47 | <img lazy-img="{{backgroundImage}}" style="position: absolute;"> |
44 | 48 | </div>--> |
|
358 | 362 |
|
359 | 363 | function dataLoadedHandler(result) { |
360 | 364 | var pluginsList = null; |
361 | | - console.log("---------------aaaaaaaaaa", result) |
362 | 365 | if (result && result.data && !angular.equals({}, result.data) && result.data.content && result.data.design) { |
363 | 366 | if (result.data.content && result.data.content.loadAllPlugins) { |
364 | 367 | buildfire.components.pluginInstance.getAllPlugins(function (err, res) { |
|
0 commit comments