Tweaks to the hex viewier widget toolbar button styling
This commit is contained in:
@@ -379,6 +379,16 @@ QScrollBar::sub-line:vertical {
|
|||||||
padding: 0;
|
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 {
|
#hex-viewer-container #tool-bar #separator {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-right: 1px solid #41423f;
|
border-right: 1px solid #41423f;
|
||||||
|
|||||||
@@ -59,6 +59,9 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="SvgToolButton" name="highlight-stack-memory-btn">
|
<widget class="SvgToolButton" name="highlight-stack-memory-btn">
|
||||||
|
<property name="checkable">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
<property name="svgFilePath">
|
<property name="svgFilePath">
|
||||||
<string>:/compiled/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/Images/highlight-stack-memory.svg</string>
|
<string>:/compiled/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/Images/highlight-stack-memory.svg</string>
|
||||||
</property>
|
</property>
|
||||||
@@ -72,6 +75,9 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="SvgToolButton" name="highlight-focused-memory-btn">
|
<widget class="SvgToolButton" name="highlight-focused-memory-btn">
|
||||||
|
<property name="checkable">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
<property name="svgFilePath">
|
<property name="svgFilePath">
|
||||||
<string>:/compiled/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/Images/highlight-focused-memory.svg</string>
|
<string>:/compiled/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/Images/highlight-focused-memory.svg</string>
|
||||||
</property>
|
</property>
|
||||||
|
|||||||
Reference in New Issue
Block a user