Skip to content

Commit 6225965

Browse files
committed
Merge branch 'client-456-export-btn' of https://github.com/wavesplatform/WavesGUI into client-473-release
2 parents 993b22b + 2e09aa2 commit 6225965

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/modules/ui/directives/button/button.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ w-button {
121121
background-color: @color-white;
122122
border: 1px solid @color-accent-50;
123123
color: @color-basic-500;
124+
font-family: @font-roboto-medium;
124125

125126
&:hover, &.hover {
126127
border-color: @color-basic-500;

src/modules/wallet/modules/transactions/less/transactions.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
}
2626

2727
button.download {
28-
background: url(/img/icons/download.svg) 20px center no-repeat;
28+
background: url(/img/icons/download.svg) 20px center no-repeat @color-white;
2929
padding-left: 40px;
3030
}
3131

src/modules/wallet/modules/transactions/templates/transactions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</w-radio>
2323
</w-radio-wrap>
2424

25-
<w-button class="download" ng-click="$ctrl.exportTransactions()" class="interface">
25+
<w-button class="download interface" ng-click="$ctrl.exportTransactions()">
2626
<w-i18n>export</w-i18n>
2727
</w-button>
2828

0 commit comments

Comments
 (0)