Skip to content

Commit

Permalink
Update default.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ProxyNode committed Nov 26, 2018
1 parent 1475ad8 commit 99a645d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/qt/res/css/default.css
Expand Up @@ -178,7 +178,7 @@ background-color:#f2f2f2;
/****************************************************************************************/

QPushButton { /* Global Button Style */
background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #971139, stop: .1 #971139, stop: .95 #971139, stop: 1 #971139);
background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #01c4c4, stop: .1 #01c4c4, stop: .95 #01c4c4, stop: 1 #01c4c4);
border:0;
border-radius:3px;
color:#ffffff;
Expand All @@ -191,7 +191,7 @@ padding-bottom:5px;
}

QPushButton:hover {
background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #971139, stop: .1 #971139, stop: .95 #971139, stop: 1 #971139);
background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #01c4c4, stop: .1 #01c4c4, stop: .95 #01c4c4, stop: 1 #01c4c4);
}

QPushButton:focus {
Expand Down Expand Up @@ -1795,7 +1795,7 @@ background-color:#f2f2f2;
/****************************************************************************************/

QPushButton { /* Global Button Style */
background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #971139, stop: .1 #971139, stop: .95 #971139, stop: 1 #971139);
background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #01c4c4, stop: .1 #01c4c4, stop: .95 #01c4c4, stop: 1 #01c4c4);
border:0;
border-radius:3px;
color:#000fff;
Expand All @@ -1808,7 +1808,7 @@ padding-bottom:5px;
}

QPushButton:hover {
background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #971139, stop: .1 #971139, stop: .95 #971139, stop: 1 #971139);
background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #01c4c4, stop: .1 #01c4c4, stop: .95 #01c4c4, stop: 1 #01c4c4);
}

QPushButton:focus {
Expand Down

0 comments on commit 99a645d

Please sign in to comment.