Global stylesheet for styles that should be applied application-wide.

This commit is contained in:
Nav
2021-12-18 18:05:31 +00:00
parent fc5cd3dc14
commit dd4cbcc597
5 changed files with 188 additions and 56 deletions

View File

@@ -1,9 +1,3 @@
* {
color: #afb1b3;
font-family: 'Ubuntu', sans-serif;
font-size: 14px;
}
#target-register-inspector-window {
background-color: #373835;
}
@@ -21,33 +15,11 @@
border-top: 1px solid #41423f;
}
QLineEdit {
background-color: #2F2F2D;
border: 1px solid #41423f;
padding: 3px;
}
QLineEdit:disabled {
font-style: italic;
color: #7d7d7d;
}
QPushButton {
background-color: #373937;
border: 1px solid #484A49;
padding: 3px 25px;
}
#apply-btn {
background-color: #353C41;
border: 1px solid #454C52;
}
QPushButton:disabled {
background-color: #303230;
color: #8d8d90;
}
#register-bit-number-label {
font-size: 12px;
color: #a6a7aa;
@@ -120,24 +92,3 @@ QPushButton:disabled {
/*font-style: italic;*/
color: #8a8a8d;
}
QScrollBar:vertical {
background-color: transparent;
width: 15px;
margin: 1px 1px 1px 5px;
}
QScrollBar:handle:vertical {
border: none;
background-color: rgba(69, 69, 66, 0.6);
}
QScrollBar:handle:vertical:hover {
background-color: rgba(69, 69, 66, 0.91);
}
QScrollBar::add-line:vertical,
QScrollBar::sub-line:vertical {
border: none;
background: none;
}