Skip to content

Commit

Permalink
resolved tickets AO-893 and AO-896
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikNoga committed Nov 6, 2024
1 parent f730c59 commit f51a916
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/openlmis-header/header.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- ANGOLASUP-686: Visually distinguish between Test and Production Servers -->
<div ng-controller="HeaderController as vm"
class="openlmis-header" ng-class="{'is-offline':isOffline}"
ng-style="{'background': '#ffffff'}" offline>
<div ng-controller="HeaderController as vm"
class="openlmis-header" ng-class="{'is-offline':isOffline}"
ng-style="{'background': isOffline ? 'transparent' : '#ffffff'}" offline>
<!-- ANGOLASUP-686: ends here -->
<h1 class="title">{{'openlmisHeader.appHeader' | message}}</h1>
<div class="openlmis-header-actions">
Expand Down

0 comments on commit f51a916

Please sign in to comment.