Skip to content

Commit

Permalink
update traditional colors (dashpay#22)
Browse files Browse the repository at this point in the history
primary and secondary update
  • Loading branch information
createawesome authored and ckti committed Apr 10, 2022
1 parent 699e713 commit 5d2d339
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/qt/res/css/traditional.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Loaded in GUIUtil::loadStyleSheet() in guitil.cpp.
#222222
#333
#fff
#008de4
#047ac2
#ff005b
#c2064a
#a84832
#ccfafafa
Expand Down Expand Up @@ -66,7 +66,7 @@ QPushButton - Special case, tabbar replacement buttons
border-bottom: 3px solid red;
padding-bottom: 5px;
background-color: #00000000;
border-color: #008de4;
border-color: #ff005b;
}

/* Debug window buttons */
Expand Down Expand Up @@ -112,7 +112,7 @@ QPushButton - Special case, tabbar replacement buttons
border-radius: 0px;
border-bottom: 3px solid red;
background-color: #00000000;
border-color: #047ac2;
border-color: #c2064a;
}

/* Debug window buttons */
Expand Down

0 comments on commit 5d2d339

Please sign in to comment.