diff --git a/files/styles/style-dark.css b/files/styles/style-dark.css index f9d435c20b51ee97673239c09f7008619c9faf7f..39f2b242c22ed8287ce1445f5c60822a4166ef9b 100644 --- a/files/styles/style-dark.css +++ b/files/styles/style-dark.css @@ -208,7 +208,7 @@ QPushButton, QToolButton { border-radius: 2px; padding-left: 8px; padding-right: 8px; - background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #59666f, stop: 1 #414B52); + background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #777, stop: 1 #333); } QToolButton { @@ -244,7 +244,7 @@ QPushButton:disabled, QToolButton:disabled { } QPushButton:hover, QToolButton:hover { - background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #777, stop: 1 #333); + background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #59666f, stop: 1 #414B52); } QPushButton:pressed, QToolButton:pressed { diff --git a/files/styles/style-light.css b/files/styles/style-light.css index 07250805b223e5b7e4c003a56e80a37ed092a506..fa46190e7b03e47a1df61ba3a6bfda6682442bfd 100644 --- a/files/styles/style-light.css +++ b/files/styles/style-light.css @@ -208,7 +208,7 @@ QPushButton, QToolButton { border-radius: 2px; padding-left: 8px; padding-right: 8px; - background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #B8D3E6, stop: 1 #899FAD); + background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #BBB, stop: 1 #777); } QToolButton { @@ -244,7 +244,7 @@ QPushButton:disabled, QToolButton:disabled { } QPushButton:hover, QToolButton:hover { - background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #BBB, stop: 1 #777); + background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #B8D3E6, stop: 1 #899FAD); } QPushButton:pressed, QToolButton:pressed {