2021-04-04 21:04:12 +01:00
|
|
|
* {
|
2021-08-07 17:31:06 +01:00
|
|
|
color: #afb1b3;
|
2021-04-04 21:04:12 +01:00
|
|
|
font-family: 'Ubuntu', sans-serif;
|
2021-09-04 18:11:52 +01:00
|
|
|
font-size: 14px;
|
2021-04-04 21:04:12 +01:00
|
|
|
}
|
|
|
|
|
|
2021-10-06 00:39:40 +01:00
|
|
|
#main-window #window-container {
|
2021-09-21 23:13:28 +01:00
|
|
|
background-color: #373835;
|
2021-04-04 21:04:12 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#header {
|
|
|
|
|
position: relative;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
max-height: 25px;
|
2021-09-04 18:11:52 +01:00
|
|
|
min-height: 25px;
|
2021-04-04 21:04:12 +01:00
|
|
|
width: auto;
|
2021-08-07 17:31:06 +01:00
|
|
|
border-top: 1px solid #41423f;
|
2021-09-21 23:13:28 +01:00
|
|
|
border-bottom: 1px solid #2F2F2D;
|
2021-04-04 21:04:12 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QMenuBar::item {
|
|
|
|
|
position: relative;
|
|
|
|
|
margin: 0;
|
|
|
|
|
top: 0;
|
|
|
|
|
padding-top: 0;
|
|
|
|
|
padding-bottom: 1px;
|
|
|
|
|
padding-right: 4px;
|
|
|
|
|
padding-left: 4px;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
float: left;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QMenuBar::item:pressed {
|
2021-09-21 23:13:28 +01:00
|
|
|
background-color: #355A80;
|
2021-04-04 21:04:12 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QMenuBar {
|
|
|
|
|
border: none;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
min-height: 24px;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
spacing: 0;
|
2021-08-07 17:31:06 +01:00
|
|
|
color: #afb1b3;
|
2021-04-04 21:04:12 +01:00
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QMenu {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
2021-09-21 23:13:28 +01:00
|
|
|
background-color: #373835;
|
2021-08-07 17:31:06 +01:00
|
|
|
color: #afb1b3;
|
|
|
|
|
border: 1px solid #41423f;
|
2021-04-04 21:04:12 +01:00
|
|
|
min-width: 200px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QMenu::item {
|
|
|
|
|
padding: 4px 5px 4px 25px;
|
|
|
|
|
min-width: 200px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QMenu::item:selected {
|
2021-09-21 23:13:28 +01:00
|
|
|
background-color: #355A80;
|
2021-04-04 21:04:12 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QMenu::item:disabled {
|
|
|
|
|
color: #808484;
|
|
|
|
|
}
|
|
|
|
|
|
2021-09-04 18:11:52 +01:00
|
|
|
QMenu::separator {
|
2021-08-07 17:31:06 +01:00
|
|
|
border-top: 1px solid #41423f;
|
2021-04-04 21:04:12 +01:00
|
|
|
height: 1px;
|
|
|
|
|
}
|
|
|
|
|
|
2021-09-04 18:11:52 +01:00
|
|
|
QMenu#help-menu::separator {
|
|
|
|
|
margin: 1px 0;
|
2021-04-04 21:04:12 +01:00
|
|
|
}
|
|
|
|
|
|
2021-09-04 18:11:52 +01:00
|
|
|
#header-tool-bar {
|
|
|
|
|
min-height: 27px;
|
|
|
|
|
margin-left: 10px;
|
2021-04-04 21:04:12 +01:00
|
|
|
}
|
|
|
|
|
|
2021-09-04 18:11:52 +01:00
|
|
|
#header-tool-bar QHBoxLayout {
|
|
|
|
|
margin-left: 10px;
|
2021-04-04 21:04:12 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#header-tool-bar QToolButton {
|
|
|
|
|
background-color: transparent;
|
2021-09-04 18:11:52 +01:00
|
|
|
/*max-width: 26px;*/
|
|
|
|
|
/*max-height: 22px;*/
|
2021-04-04 21:04:12 +01:00
|
|
|
border: none;
|
|
|
|
|
padding: 0;
|
2021-09-04 18:11:52 +01:00
|
|
|
qproperty-buttonWidth: 24;
|
|
|
|
|
qproperty-buttonHeight: 20;
|
2021-04-04 21:04:12 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#header-tool-bar QToolButton:hover {
|
2021-08-07 17:31:06 +01:00
|
|
|
background-color: #454541;
|
2021-04-04 21:04:12 +01:00
|
|
|
border: none;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QToolTip {
|
|
|
|
|
background-color: #474949;
|
|
|
|
|
border: 1px solid #616365;
|
2021-08-07 17:31:06 +01:00
|
|
|
color: #afb1b3;
|
2021-04-04 21:04:12 +01:00
|
|
|
padding: 1px 2px;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#footer {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
padding: 0 3px 0 30px;
|
|
|
|
|
max-height: 25px;
|
2021-08-07 17:31:06 +01:00
|
|
|
border-top: 1px solid #41423f;
|
2021-04-04 21:04:12 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#footer QLabel,
|
|
|
|
|
#target-variant-menu-bar,
|
|
|
|
|
#footer QMenu::item {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#target-variant-menu-bar::item {
|
|
|
|
|
padding: 0 10px 0 4px;
|
2021-08-07 17:31:06 +01:00
|
|
|
border-left: 1px solid #41423f;
|
2021-04-04 21:04:12 +01:00
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#target-variant-menu-bar::item:selected {
|
2021-08-07 17:31:06 +01:00
|
|
|
background-color: #454541;
|
2021-04-04 21:04:12 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#footer QLabel {
|
|
|
|
|
margin-left: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#target-program-counter-value {
|
2021-08-07 17:31:06 +01:00
|
|
|
border-color: #41423f;
|
2021-04-04 21:04:12 +01:00
|
|
|
border-style: solid;
|
|
|
|
|
border-width: 0 1px 0 0;
|
|
|
|
|
padding-right: 5px;
|
|
|
|
|
margin-right: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#target-name {
|
|
|
|
|
max-width: 200px;
|
|
|
|
|
padding-right: 0;
|
|
|
|
|
margin-right: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#target-id {
|
|
|
|
|
margin-right: 6px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#target-variant-menu-bar {
|
|
|
|
|
min-height: 25px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#target-variant-menu::item {
|
|
|
|
|
padding: 4px 10px 4px 10px;
|
|
|
|
|
}
|
2021-05-30 16:53:24 +01:00
|
|
|
|
|
|
|
|
#io-inspection-unavailable {
|
|
|
|
|
color: #838386;
|
2021-06-23 03:42:29 +01:00
|
|
|
font-size: 14px;
|
2021-05-30 16:53:24 +01:00
|
|
|
}
|
2021-09-04 18:11:52 +01:00
|
|
|
|
|
|
|
|
QScrollBar:vertical {
|
|
|
|
|
background-color: transparent;
|
2021-10-06 00:39:40 +01:00
|
|
|
width: 12px;
|
|
|
|
|
margin: 1px;
|
2021-09-04 18:11:52 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QScrollBar:handle:vertical {
|
|
|
|
|
border: none;
|
|
|
|
|
background-color: rgba(69, 69, 66, 0.6);
|
2021-10-24 20:40:53 +01:00
|
|
|
min-height: 30px;
|
2021-09-04 18:11:52 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QScrollBar:handle:vertical:hover {
|
|
|
|
|
background-color: rgba(69, 69, 66, 0.91);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QScrollBar::add-line:vertical,
|
|
|
|
|
QScrollBar::sub-line:vertical {
|
|
|
|
|
border: none;
|
|
|
|
|
background: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Left-side panel */
|
|
|
|
|
#left-side-menu-bar {
|
|
|
|
|
max-width: 22px;
|
2021-10-06 01:02:00 +01:00
|
|
|
min-width: 22px;
|
2021-09-04 18:11:52 +01:00
|
|
|
background-color: transparent;
|
|
|
|
|
height: auto;
|
2021-09-21 23:13:28 +01:00
|
|
|
border-right: 1px solid #2F2F2D;
|
2021-09-04 18:11:52 +01:00
|
|
|
text-align: right;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#left-side-menu-bar #target-registers-btn {
|
|
|
|
|
position: relative;
|
|
|
|
|
max-width: 22px;
|
|
|
|
|
min-height: 95px;
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#left-side-menu-bar QToolButton:hover,
|
|
|
|
|
#left-side-menu-bar QToolButton:checked {
|
2021-09-21 23:13:28 +01:00
|
|
|
background-color: #2F2F2D;
|
2021-09-04 18:11:52 +01:00
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
2021-10-06 00:39:40 +01:00
|
|
|
#left-panel {
|
2021-09-21 23:13:28 +01:00
|
|
|
border-right: 1px solid #2F2F2D;
|
2021-10-06 00:39:40 +01:00
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#left-panel-slider {
|
|
|
|
|
background-color: transparent;
|
2021-09-04 18:11:52 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Target Registers Pane */
|
|
|
|
|
#target-registers-side-pane #tool-bar {
|
2021-09-21 23:13:28 +01:00
|
|
|
background-color: #383F43;
|
|
|
|
|
border-bottom: 1px solid #2F2F2D;
|
2021-09-04 18:11:52 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#target-registers-side-pane #title {
|
|
|
|
|
color: #afb1b3;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#target-registers-side-pane #tool-bar QToolButton {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
/*max-width: 26px;*/
|
|
|
|
|
/*max-height: 22px;*/
|
|
|
|
|
border: none;
|
|
|
|
|
padding: 0;
|
|
|
|
|
qproperty-buttonWidth: 23;
|
|
|
|
|
qproperty-buttonHeight: 21;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#target-registers-side-pane #tool-bar QToolButton:hover {
|
|
|
|
|
background-color: #40464e;
|
|
|
|
|
border: none;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#target-registers-side-pane #search-bar {
|
2021-09-21 23:13:28 +01:00
|
|
|
background-color: #373835;
|
|
|
|
|
border-bottom: 1px solid #2F2F2D;
|
2021-09-04 18:11:52 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#target-registers-side-pane #search-input {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
/*font-size: 13px;*/
|
|
|
|
|
color: #9b9b9e;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#target-registers-side-pane QScrollArea {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#target-registers-side-pane #item-container {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#target-registers-side-pane #header {
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#target-registers-side-pane #register-group-header[selected=true],
|
|
|
|
|
#target-registers-side-pane #register-item[selected=true] {
|
2021-09-21 23:13:28 +01:00
|
|
|
background-color: #355A80;
|
2021-09-04 18:11:52 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#target-registers-side-pane #register-item #value {
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
color: #8a8a8d;
|
|
|
|
|
font-style: italic;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#target-registers-side-pane #register-item[selected=false] #value[changed=true] {
|
|
|
|
|
color: #547fba;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#target-registers-side-pane #register-item[selected=true] #value[changed=true] {
|
|
|
|
|
color: #8a8a8d;
|
|
|
|
|
}
|
2021-10-06 00:39:40 +01:00
|
|
|
|
|
|
|
|
/* Bottom menu bar & panels */
|
|
|
|
|
#bottom-menu-bar {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
max-height: 22px;
|
2021-10-06 01:02:00 +01:00
|
|
|
min-height: 22px;
|
2021-10-06 00:39:40 +01:00
|
|
|
border-top: 1px solid #2F2F2D;
|
|
|
|
|
}
|
|
|
|
|
|
2021-10-17 20:44:40 +01:00
|
|
|
#bottom-menu-bar #ram-inspection-btn,
|
|
|
|
|
#bottom-menu-bar #eeprom-inspection-btn {
|
2021-10-06 00:39:40 +01:00
|
|
|
position: relative;
|
|
|
|
|
border: none;
|
|
|
|
|
min-height: 22px;
|
|
|
|
|
}
|
|
|
|
|
|
2021-10-17 20:44:40 +01:00
|
|
|
#bottom-menu-bar #ram-inspection-btn {
|
2021-11-08 19:56:12 +00:00
|
|
|
min-width: 73px;
|
2021-10-17 20:44:40 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#bottom-menu-bar #eeprom-inspection-btn {
|
2021-11-08 19:56:12 +00:00
|
|
|
min-width: 99px;
|
2021-10-17 20:44:40 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#bottom-menu-bar #ram-inspection-btn #ram-inspection-btn-icon,
|
|
|
|
|
#bottom-menu-bar #eeprom-inspection-btn #eeprom-inspection-btn-icon {
|
2021-11-08 19:56:12 +00:00
|
|
|
margin-left: 6px;
|
2021-10-17 20:44:40 +01:00
|
|
|
margin-top: 1px;
|
2021-10-06 00:39:40 +01:00
|
|
|
}
|
|
|
|
|
|
2021-10-17 20:44:40 +01:00
|
|
|
#bottom-menu-bar #ram-inspection-btn #ram-inspection-btn-label,
|
|
|
|
|
#bottom-menu-bar #eeprom-inspection-btn #eeprom-inspection-btn-label {
|
2021-11-08 19:56:12 +00:00
|
|
|
margin-left: 5px;
|
2021-10-06 00:39:40 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#bottom-menu-bar QToolButton:hover,
|
|
|
|
|
#bottom-menu-bar QToolButton:checked {
|
|
|
|
|
background-color: #2F2F2D;
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#bottom-panel {
|
|
|
|
|
border-top: 1px solid #2F2F2D;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
2021-10-17 20:44:40 +01:00
|
|
|
|
|
|
|
|
/* Target Memory Inspection Pane */
|
|
|
|
|
#target-memory-inspection-pane #title-bar {
|
|
|
|
|
background-color: #383F43;
|
|
|
|
|
border-bottom: 1px solid #2F2F2D;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#target-memory-inspection-pane #title {
|
|
|
|
|
color: #afb1b3;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#hex-viewer-container #tool-bar,
|
|
|
|
|
#hex-viewer-container #search-bar {
|
2021-10-20 01:02:49 +01:00
|
|
|
border-bottom: 1px solid #41423f;
|
|
|
|
|
}
|
2021-10-20 01:02:37 +01:00
|
|
|
|
|
|
|
|
#hex-viewer-container #bottom-bar {
|
|
|
|
|
border-top: 1px solid #41423f;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#hex-viewer-container #bottom-bar QLabel {
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
color: rgba(175, 177, 179, 0.72);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#hex-viewer-container #bottom-bar QLabel:disabled {
|
|
|
|
|
color: rgba(175, 177, 179, 0.3);
|
2021-10-17 20:44:40 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#hex-viewer-container #tool-bar QToolButton {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
border: none;
|
|
|
|
|
padding: 0;
|
|
|
|
|
qproperty-buttonWidth: 24;
|
2021-11-08 20:00:36 +00:00
|
|
|
qproperty-buttonHeight: 20;
|
2021-10-17 20:44:40 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#hex-viewer-container #tool-bar QToolButton:hover {
|
|
|
|
|
background-color: #454541;
|
|
|
|
|
border: none;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2021-11-11 19:06:59 +00:00
|
|
|
#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;
|
|
|
|
|
}
|
|
|
|
|
|
2021-11-07 20:32:32 +00:00
|
|
|
#hex-viewer-container #tool-bar #separator {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
border-right: 1px solid #41423f;
|
|
|
|
|
padding: 0;
|
|
|
|
|
min-width: 1px;
|
|
|
|
|
max-width: 1px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#hex-viewer-container #tool-bar #highlight-stack-memory-btn,
|
2021-11-13 16:59:16 +00:00
|
|
|
#hex-viewer-container #tool-bar #highlight-focused-memory-btn,
|
|
|
|
|
#hex-viewer-container #tool-bar #highlight-hovered-rows-columns-btn {
|
2021-11-07 20:32:32 +00:00
|
|
|
qproperty-buttonWidth: 25;
|
2021-11-08 20:00:36 +00:00
|
|
|
qproperty-buttonHeight: 21;
|
2021-11-07 20:32:32 +00:00
|
|
|
}
|
|
|
|
|
|
2021-10-17 20:44:40 +01:00
|
|
|
#hex-viewer-container QScrollArea,
|
2021-10-24 20:40:53 +01:00
|
|
|
#hex-viewer-container #graphics-view-container,
|
|
|
|
|
#hex-viewer-container #graphics-view-container #graphics-view {
|
2021-10-20 01:02:49 +01:00
|
|
|
background-color: #323330;
|
2021-10-17 20:44:40 +01:00
|
|
|
border: none;
|
2021-10-24 20:40:53 +01:00
|
|
|
font-size: 11px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#hex-viewer-container #graphics-view-container {
|
|
|
|
|
background-color: #50504b;
|
|
|
|
|
border: none;
|
2021-10-17 20:44:40 +01:00
|
|
|
}
|
|
|
|
|
|
2021-10-24 20:40:53 +01:00
|
|
|
#hex-viewer-container #graphics-view-container #address-container {
|
2021-10-20 01:02:49 +01:00
|
|
|
background-color: #353633;
|
|
|
|
|
border-right: 1px solid #41423f;
|
2021-10-17 20:44:40 +01:00
|
|
|
}
|
|
|
|
|
|
2021-10-24 20:40:53 +01:00
|
|
|
#hex-viewer-container #graphics-view-container #address-container QLabel {
|
2021-10-17 20:44:40 +01:00
|
|
|
background-color: transparent;
|
2021-10-30 17:28:28 +01:00
|
|
|
font-size: 5px;
|
2021-10-17 20:44:40 +01:00
|
|
|
color: rgba(175, 177, 179, 0.72);
|
|
|
|
|
}
|
|
|
|
|
|
2021-10-24 20:40:53 +01:00
|
|
|
#hex-viewer-container #graphics-view-container #address-container QLabel:disabled {
|
2021-10-17 20:44:40 +01:00
|
|
|
color: rgba(175, 177, 179, 0.3);
|
|
|
|
|
}
|