Skip to content

Commit

Permalink
color class removed
Browse files Browse the repository at this point in the history
  • Loading branch information
marianorod committed Sep 22, 2014
1 parent 1d0d02c commit ce954e9
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions css/src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,6 @@ input.ng-invalid-match, input.ng-invalid-match:focus {

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

.footer-setup a.text-gray:hover {color: #fff;}
a.text-gray:hover {color: #2C3E50;}
a.text-gray1:hover {color: #fff;}
a.text-black:hover {color: #213140;}
a.text-primary:hover {color: #50E3C2;}
a.text-secondary:hover {color: #4A90E2;}
Expand Down
2 changes: 1 addition & 1 deletion views/create.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h1 translate class="text-secondary line-sidebar-b">Create new wallet</h1>
</div>
</div>

<a class="expand small text-gray1" ng-click="hideAdv=!hideAdv">
<a class="expand small" ng-click="hideAdv=!hideAdv">
<i class="fi-widget m3r"></i>
<span translate ng-hide="!hideAdv">Show</span>
<span translate ng-hide="hideAdv">Hide</span>
Expand Down
2 changes: 1 addition & 1 deletion views/import.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1 class="text-white line-sidebar-b">{{title|translate}}</h1>
<input type="password" class="form-control"
placeholder="{{'Your wallet password'|translate}}" name="password" ng-model="password" required>

<a class="expand small text-gray1" ng-click="hideAdv=!hideAdv">
<a class="expand small" ng-click="hideAdv=!hideAdv">
<i class="fi-widget m3r"></i>
<span translate ng-hide="!hideAdv">Show</span>
<span translate ng-hide="hideAdv">Hide</span>
Expand Down
2 changes: 1 addition & 1 deletion views/join.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h1 translate class="text-primary line-sidebar-b">Join a Wallet in Creation</h1>
</p>
</div>

<a class="expand small text-gray1" ng-click="hideAdv=!hideAdv">
<a class="expand small" ng-click="hideAdv=!hideAdv">
<i class="fi-widget m3r"></i>
<span translate ng-hide="!hideAdv">Show</span>
<span translate ng-hide="hideAdv">Hide</span>
Expand Down
2 changes: 1 addition & 1 deletion views/more.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h3><i class="fi-minus-circle m10r"></i> <span translate> Delete Wallet </span><
</div>
</div>
<p>
<a class="expand small text-gray1" ng-click="hideAdv=!hideAdv">
<a class="expand small" ng-click="hideAdv=!hideAdv">
<i class="fi-widget m3r"></i>
<span translate ng-hide="!hideAdv">Show</span>
<span translate ng-hide="hideAdv">Hide</span>
Expand Down

0 comments on commit ce954e9

Please sign in to comment.