Skip to content

Commit 3d68de4

Browse files
committed
Merge pull request #32 from adyNabeelMadain/master
Update overlay color
2 parents 0230a1e + 83d367b commit 3d68de4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

widget/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
<img ng-src="{{ cropImage(plugin.iconUrl? plugin.iconUrl : 'http://www.placehold.it/450x254', {width: 450, height: 254}) }}" ng-if="plugin.iconUrl" />
114114
<span class="main-icon text-primary {{ plugin.iconClassName }} icon4" ng-if="plugin.iconClassName"></span>
115115
</div>
116-
<div class="info-bar bg-success">
116+
<div class="info-bar titleBarBackgroundTheme">
117117
<p class="margin-bottom-zero col-md-12 ellipsis titleBarTextAndIcons">{{ plugin.title }}</p>
118118
</div>
119119
</div>
@@ -129,7 +129,7 @@
129129
<img ng-src="{{ cropImage(plugin.iconUrl? plugin.iconUrl : 'http://www.placehold.it/450x254', {width: 200, height: 200}) }}" ng-if="plugin.iconUrl" />
130130
<span class="main-icon text-primary {{ plugin.iconClassName }} icon5" ng-if="plugin.iconClassName"></span>
131131
</div>
132-
<div class="info-bar bg-success">
132+
<div class="info-bar titleBarBackgroundTheme">
133133
<p class="margin-bottom-zero col-md-12 ellipsis titleBarTextAndIcons">
134134
{{ plugin.title }}
135135
</p>

0 commit comments

Comments
 (0)