From 24821fa56d388b561bd1c79d0ab0518c1cf7f62b Mon Sep 17 00:00:00 2001 From: Nav Date: Sat, 13 Nov 2021 17:00:36 +0000 Subject: [PATCH] Style tweaks to tool buttons on hex viewer widget tool bar --- .../InsightWindow/Stylesheets/InsightWindow.qss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Insight/UserInterfaces/InsightWindow/Stylesheets/InsightWindow.qss b/src/Insight/UserInterfaces/InsightWindow/Stylesheets/InsightWindow.qss index e3e7e179..505402a5 100644 --- a/src/Insight/UserInterfaces/InsightWindow/Stylesheets/InsightWindow.qss +++ b/src/Insight/UserInterfaces/InsightWindow/Stylesheets/InsightWindow.qss @@ -391,13 +391,13 @@ QScrollBar::sub-line:vertical { } #hex-viewer-container #tool-bar QToolButton:hover { - background-color: #454541; + background-color: #41413b; border: none; padding: 0; } #hex-viewer-container #tool-bar QToolButton:checked { - background-color: #484842; + background-color: #43433d; border: none; }