new link style

This commit is contained in:
Mariano Rodriguez 2014-09-17 11:37:50 -03:00
parent f62e90e2b9
commit 1d0d02c4f5
5 changed files with 6 additions and 4 deletions

View File

@ -1029,6 +1029,7 @@ 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;}
@ -1037,6 +1038,7 @@ 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;}

View File

@ -46,7 +46,7 @@
</div>
</div>
<a class="expand small" ng-click="hideAdv=!hideAdv">
<a class="expand small text-gray1" ng-click="hideAdv=!hideAdv">
<i class="fi-widget m3r"></i>
<span translate ng-hide="!hideAdv">Show</span>
<span translate ng-hide="hideAdv">Hide</span>

View File

@ -24,7 +24,7 @@
<input type="password" class="form-control"
placeholder="{{'Your wallet password'|translate}}" name="password" ng-model="password" required>
<a class="expand small" ng-click="hideAdv=!hideAdv">
<a class="expand small text-gray1" ng-click="hideAdv=!hideAdv">
<i class="fi-widget m3r"></i>
<span translate ng-hide="!hideAdv">Show</span>
<span translate ng-hide="hideAdv">Hide</span>

View File

@ -80,7 +80,7 @@
</p>
</div>
<a class="expand small" ng-click="hideAdv=!hideAdv">
<a class="expand small text-gray1" ng-click="hideAdv=!hideAdv">
<i class="fi-widget m3r"></i>
<span translate ng-hide="!hideAdv">Show</span>
<span translate ng-hide="hideAdv">Hide</span>

View File

@ -37,7 +37,7 @@
</div>
</div>
<p>
<a class="expand small" ng-click="hideAdv=!hideAdv">
<a class="expand small text-gray1" ng-click="hideAdv=!hideAdv">
<i class="fi-widget m3r"></i>
<span translate ng-hide="!hideAdv">Show</span>
<span translate ng-hide="hideAdv">Hide</span>