mirror of
https://github.com/yse/easy_profiler.git
synced 2024-12-26 16:11:02 +08:00
Improve default style view on mojave dark theme appearance
This commit is contained in:
parent
1fb8f31131
commit
64ddb777a6
@ -27,6 +27,7 @@
|
||||
***************************************************************************/
|
||||
* {
|
||||
font-family: "DejaVu Sans";
|
||||
/*{osx}font-family: "Menlo";*/
|
||||
font-size: 10pt;
|
||||
color: #504040; }
|
||||
|
||||
@ -243,6 +244,7 @@ QListView {
|
||||
|
||||
QListView, QTableView, QTreeView {
|
||||
alternate-background-color: #e4e4ec;
|
||||
background: white;
|
||||
selection-background-color: #B4D5FE;
|
||||
selection-color: #504040; }
|
||||
|
||||
@ -516,8 +518,12 @@ WindowHeader[left=true] {
|
||||
BookmarkEditor {
|
||||
background-color: white;
|
||||
border: 1px solid #c4c4c4; }
|
||||
QTextEdit {
|
||||
background: white;
|
||||
}
|
||||
BookmarkEditor QWidget#BookmarkEditor_ColorBox {
|
||||
margin: 0;
|
||||
background: white;
|
||||
padding: 0; }
|
||||
BookmarkEditor QWidget#BookmarkEditor_ColorBox QPushButton#BookmarkEditor_ColorButton {
|
||||
min-width: 15ex;
|
||||
|
@ -191,6 +191,7 @@ QLabel#BookmarkPopup {
|
||||
|
||||
QGraphicsView {
|
||||
border: 1px solid $BorderColor;
|
||||
background: white;
|
||||
}
|
||||
|
||||
QSplitter::handle:hover {
|
||||
@ -245,6 +246,10 @@ QComboBox::drop-down {
|
||||
width: 10ex;
|
||||
}
|
||||
|
||||
QTextEdit {
|
||||
background: white;
|
||||
}
|
||||
|
||||
QComboBox::down-arrow {
|
||||
image: url(":/images/default/arrow-down");
|
||||
width: 5ex;
|
||||
@ -343,6 +348,8 @@ QListView {
|
||||
|
||||
QListView, QTableView, QTreeView {
|
||||
alternate-background-color: #e4e4ec;
|
||||
background: white
|
||||
;
|
||||
selection-background-color: $TreeViewSelectionColor;
|
||||
selection-color: $TreeViewSelectionTextColor;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user