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;
}
#main-window #window-container {
background-color: #373835;
}
@@ -257,8 +251,8 @@ QScrollBar::sub-line:vertical {
#target-registers-side-pane #search-input {
background-color: transparent;
/*font-size: 13px;*/
color: #9b9b9e;
border: none;
}
#target-registers-side-pane QScrollArea {