Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 4eeadb8

Browse files
committed
Fix colors for certain themed elements
1 parent 2d44ef3 commit 4eeadb8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

js/templates/appBar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
<div class="btn-win-icon ion-ios-plus-empty"></div>
1010
</a>
1111
</div>
12-
<div class="title"><%= ob.title %></div>
12+
<div class="title custCol-text"><%= ob.title %></div>

js/templates/pageConnectModal.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<div class="statusText pad10 marginBottom12 inlineBlock fontSize16 custCol-text <% ob.tooltip && print('tooltip') %>" <% ob.tooltip && print(`data-tooltip="${ob.tooltip}"`) %>><%= ob.statusText %></div>
99

1010
<div>
11-
<a class="btn btn-large custCol-secondary js-cancel btn-cancel"><%= polyglot.t('Cancel') %></a>
12-
<a class="btn btn-large custCol-secondary js-back btn-back"><%= polyglot.t('Back') %></a>
13-
<a class="btn btn-large custCol-secondary js-retry btn-retry"><%= polyglot.t('TryAgain') %></a>
11+
<a class="btn btn-large custCol-secondary custCol-text js-cancel btn-cancel"><%= polyglot.t('Cancel') %></a>
12+
<a class="btn btn-large custCol-secondary custCol-text js-back btn-back"><%= polyglot.t('Back') %></a>
13+
<a class="btn btn-large custCol-secondary custCol-text js-retry btn-retry"><%= polyglot.t('TryAgain') %></a>
1414
</div>
1515
</div>
1616
</div>

js/templates/userPage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<div class="pad20 rowTop20 width100"><h2 class="txt-center"><% polyglot.t('LoadingImage') %></h2></div>
1414
</div>
1515
<input type="range" class="cropit-image-zoom-input hCentered rowTop20 js-bannerRangeInput hide" />
16-
<label for="headerImageInput" class="btn btn-c1 btn-txt rowTop20 fullCentered js-pageCustomizationButtons colorWhiteForce btn-upload-cover-photo custCol-primary">
16+
<label for="headerImageInput" class="btn btn-c1 btn-txt rowTop20 fullCentered js-pageCustomizationButtons btn-upload-cover-photo custCol-primary">
1717
<span class="ion-qr-scanner fontSize11 marginRight2 textOpacity1"></span>
1818
<%= polyglot.t('UploadCoverPhoto') %> (950px x 400px)
1919
</label>

0 commit comments

Comments
 (0)