diff --git a/src/qt/res/css/default.css b/src/qt/res/css/default.css index 0a8dc65..e587051 100755 --- a/src/qt/res/css/default.css +++ b/src/qt/res/css/default.css @@ -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; @@ -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 { @@ -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; @@ -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 {