Skip to content

Commit ce954e9

Browse files
committed
color class removed
1 parent 1d0d02c commit ce954e9

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

css/src/main.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,6 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
10291029

10301030
.text-light {font-weight: 100;}
10311031
.text-gray {color: #8597A7;}
1032-
.text-gray1 {color: #8597A7;}
10331032
.text-black {color: #2C3E50;}
10341033
.text-primary {color: #1ABC9C;}
10351034
.text-secondary {color: #3498DB;}
@@ -1038,7 +1037,6 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
10381037

10391038
.footer-setup a.text-gray:hover {color: #fff;}
10401039
a.text-gray:hover {color: #2C3E50;}
1041-
a.text-gray1:hover {color: #fff;}
10421040
a.text-black:hover {color: #213140;}
10431041
a.text-primary:hover {color: #50E3C2;}
10441042
a.text-secondary:hover {color: #4A90E2;}

views/create.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ <h1 translate class="text-secondary line-sidebar-b">Create new wallet</h1>
4646
</div>
4747
</div>
4848

49-
<a class="expand small text-gray1" ng-click="hideAdv=!hideAdv">
49+
<a class="expand small" ng-click="hideAdv=!hideAdv">
5050
<i class="fi-widget m3r"></i>
5151
<span translate ng-hide="!hideAdv">Show</span>
5252
<span translate ng-hide="hideAdv">Hide</span>

views/import.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h1 class="text-white line-sidebar-b">{{title|translate}}</h1>
2424
<input type="password" class="form-control"
2525
placeholder="{{'Your wallet password'|translate}}" name="password" ng-model="password" required>
2626

27-
<a class="expand small text-gray1" ng-click="hideAdv=!hideAdv">
27+
<a class="expand small" ng-click="hideAdv=!hideAdv">
2828
<i class="fi-widget m3r"></i>
2929
<span translate ng-hide="!hideAdv">Show</span>
3030
<span translate ng-hide="hideAdv">Hide</span>

views/join.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ <h1 translate class="text-primary line-sidebar-b">Join a Wallet in Creation</h1>
8080
</p>
8181
</div>
8282

83-
<a class="expand small text-gray1" ng-click="hideAdv=!hideAdv">
83+
<a class="expand small" ng-click="hideAdv=!hideAdv">
8484
<i class="fi-widget m3r"></i>
8585
<span translate ng-hide="!hideAdv">Show</span>
8686
<span translate ng-hide="hideAdv">Hide</span>

views/more.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h3><i class="fi-minus-circle m10r"></i> <span translate> Delete Wallet </span><
3737
</div>
3838
</div>
3939
<p>
40-
<a class="expand small text-gray1" ng-click="hideAdv=!hideAdv">
40+
<a class="expand small" ng-click="hideAdv=!hideAdv">
4141
<i class="fi-widget m3r"></i>
4242
<span translate ng-hide="!hideAdv">Show</span>
4343
<span translate ng-hide="hideAdv">Hide</span>

0 commit comments

Comments
 (0)