-
-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enable for skins to define forced QSS to be loaded even when skin col…
…ors are not enabled
- Loading branch information
1 parent
7e0b2ab
commit ad3069f
Showing
4 changed files
with
18 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +0,0 @@ | ||
QListWidget, | ||
QScrollArea { | ||
border: 1px solid palette(light); | ||
} | ||
|
||
|
||
QPlainTextEdit:focus { | ||
border: 1px solid palette(highlight); | ||
} | ||
|
||
QToolTip { | ||
background-color: palette(window); | ||
border: 1px solid palette(highlight); | ||
border-radius: 2px; | ||
} | ||
|
||
QProgressBar { | ||
background-color: palette(highlight); | ||
color: palette(window); | ||
} | ||
|
||
QSplitter::handle { | ||
background: palette(light); | ||
} | ||
|
||
QStatusBar::item { | ||
border: none; | ||
} | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters