Skip to content

Commit

Permalink
[CSS] Prepare styling for btn-list-menu::checked (font-size/color)
Browse files Browse the repository at this point in the history
We will make the 'subtractFeeFromAmount' a checkable button in the menu
for multiple recipient rows
  • Loading branch information
random-zebra committed Jun 9, 2021
1 parent a1bd590 commit 0b981d7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/qt/pivx/res/css/style_dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -3068,6 +3068,11 @@ HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
color: #5c4b7d;
}

*[cssClass="btn-list-menu"]:checked{
font-size:16px;
color:#b088ff;
}



/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
Expand Down
5 changes: 5 additions & 0 deletions src/qt/pivx/res/css/style_light.css
Original file line number Diff line number Diff line change
Expand Up @@ -3066,6 +3066,11 @@ HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
color: #5c4b7d;
}

*[cssClass="btn-list-menu"]:checked{
font-size:16px;
color: #b088ff;
}


/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH EMPTY LIST
Expand Down

0 comments on commit 0b981d7

Please sign in to comment.