Tweaks to the hex viewier widget toolbar button styling

This commit is contained in:
Nav
2021-11-11 19:06:59 +00:00
parent 83c5065faa
commit 479d99d03c
2 changed files with 16 additions and 0 deletions

View File

@@ -379,6 +379,16 @@ QScrollBar::sub-line:vertical {
padding: 0;
}
#hex-viewer-container #tool-bar QToolButton:checked {
background-color: #484842;
border: none;
}
#hex-viewer-container #tool-bar QToolButton:checked:disabled {
background-color: #3d3d39;
border: none;
}
#hex-viewer-container #tool-bar #separator {
background-color: transparent;
border-right: 1px solid #41423f;