Style tweaks to tool buttons on hex viewer widget tool bar

This commit is contained in:
Nav
2021-11-13 17:00:36 +00:00
parent 4b41d5d6d0
commit 24821fa56d

View File

@@ -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;
}