Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Simões committed Mar 3, 2021
2 parents ea0f825 + fef4f0f commit 1253c6c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/Makefile.qt.include
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ RES_ICONS = \
qt/pivx/res/img/img-dashboard-banner.jpg \
qt/pivx/res/img/btn-radio-active.svg \
qt/pivx/res/img/ic-check-mn-conf.svg \
qt/pivx/res/img/ic-check-dashd-conf.svg \
qt/pivx/res/img/ic-check-coin-conf.svg \
qt/pivx/res/img/ic-check-sync-off.svg \
qt/pivx/res/img/ic-nav-privacy-active.svg \
qt/pivx/res/img/img-empty-contacts.svg \
Expand Down
2 changes: 1 addition & 1 deletion src/qt/pivx.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<file alias="ic-check-peers-off">pivx/res/img/ic-check-peers-off.svg</file>
<file alias="ic-check-peers">pivx/res/img/ic-check-peers.svg</file>
<file alias="ic-check-mn-conf">pivx/res/img/ic-check-mn-conf.svg</file>
<file alias="ic-check-dashd-conf">pivx/res/img/ic-check-dashd-conf.svg</file>
<file alias="ic-check-coin-conf">pivx/res/img/ic-check-coin-conf.svg</file>
<file alias="ic-check-staking-off">pivx/res/img/ic-check-staking-off.svg</file>
<file alias="ic-check-staking">pivx/res/img/ic-check-staking.svg</file>
<file alias="ic-check-sync-off">pivx/res/img/ic-check-sync-off.svg</file>
Expand Down
4 changes: 2 additions & 2 deletions src/qt/pivx/res/css/style_dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,11 @@ QPushButton[cssClass="img-nav-logo"] {
!#############
################################*/
/*****
*masternode conf & dashd conf file edit topbar buttons.
*masternode conf & coin conf file edit topbar buttons.
*****/

QPushButton[cssClass="btn-check-conf"] {
qproperty-icon: url("://ic-check-dashd-conf") ;
qproperty-icon: url("://ic-check-coin-conf") ;
qproperty-iconSize: 24px 24px;
color:#ffffff;
background-color:#0b2c42;
Expand Down
4 changes: 2 additions & 2 deletions src/qt/pivx/res/css/style_light.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@ QPushButton[cssClass="img-nav-logo"] {
}

/*****
*masternode conf & dashd conf file edit topbar buttons.
*masternode conf & coin conf file edit topbar buttons.
*****/

QPushButton[cssClass="btn-check-conf"] {
qproperty-icon: url("://ic-check-dashd-conf") ;
qproperty-icon: url("://ic-check-coin-conf") ;
qproperty-iconSize: 24px 24px;
color: #262626;
background-color:#d1d3d4;
Expand Down
File renamed without changes

0 comments on commit 1253c6c

Please sign in to comment.