Compare commits
11 Commits
fix/missin
...
fix/qss-th
| Author | SHA1 | Date | |
|---|---|---|---|
| 7411508b36 | |||
| 766f9b491c | |||
| ad34cffcd6 | |||
| cecd4988a8 | |||
|
|
977fa3c934 | ||
|
|
f0f4c068d2 | ||
|
|
5f43b534d9 | ||
| 599d4b23a8 | |||
| d136ee3ebe | |||
| 561d634934 | |||
|
|
eb57f80e72 |
Submodule mods/silo updated: 1676b3e1a0...383eefce9c
Submodule mods/ztools updated: 2132c4e64c...2bf969c62a
@@ -744,6 +744,33 @@ QGroupBox::title {
|
||||
background-color: #1e1e2e;
|
||||
}
|
||||
|
||||
QGroupBox::indicator {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
border: 2px solid #585b70;
|
||||
border-radius: 4px;
|
||||
background-color: #313244;
|
||||
}
|
||||
|
||||
QGroupBox::indicator:hover {
|
||||
border-color: #cba6f7;
|
||||
}
|
||||
|
||||
QGroupBox::indicator:checked {
|
||||
background-color: #cba6f7;
|
||||
border-color: #cba6f7;
|
||||
}
|
||||
|
||||
QGroupBox::indicator:checked:disabled {
|
||||
background-color: #6c7086;
|
||||
border-color: #6c7086;
|
||||
}
|
||||
|
||||
QGroupBox::indicator:disabled {
|
||||
background-color: #181825;
|
||||
border-color: #45475a;
|
||||
}
|
||||
|
||||
/* =============================================================================
|
||||
Tree View
|
||||
============================================================================= */
|
||||
@@ -985,6 +1012,11 @@ QLabel:disabled {
|
||||
color: #6c7086;
|
||||
}
|
||||
|
||||
/* Hyperlinks — sets QPalette::Link via Application.cpp haslink mechanism */
|
||||
QLabel[haslink="true"] {
|
||||
color: #b4befe;
|
||||
}
|
||||
|
||||
/* =============================================================================
|
||||
Frames
|
||||
============================================================================= */
|
||||
|
||||
Reference in New Issue
Block a user