diff --git a/stuff/config/qss/gray_048/gray_048.less b/stuff/config/qss/gray_048/gray_048.less index 3b2bdf6..0455cc3 100644 --- a/stuff/config/qss/gray_048/gray_048.less +++ b/stuff/config/qss/gray_048/gray_048.less @@ -887,6 +887,10 @@ ParamsPage { } } +#noteTextEdit{ + color: black; +} + XsheetViewer { qproperty-TextColor: rgb(230,230,230); qproperty-BGColor: rgb(72,72,72); diff --git a/stuff/config/qss/gray_048/gray_048.qss b/stuff/config/qss/gray_048/gray_048.qss index 834471b..c3e9c0f 100644 --- a/stuff/config/qss/gray_048/gray_048.qss +++ b/stuff/config/qss/gray_048/gray_048.qss @@ -903,6 +903,9 @@ ParamsPage { #XsheetScrollBar::add-page { background: none; } +#noteTextEdit { + color: black; +} XsheetViewer { qproperty-TextColor: #e6e6e6; qproperty-BGColor: #484848; diff --git a/stuff/config/qss/gray_048/gray_048_mac.qss b/stuff/config/qss/gray_048/gray_048_mac.qss index 834471b..c3e9c0f 100644 --- a/stuff/config/qss/gray_048/gray_048_mac.qss +++ b/stuff/config/qss/gray_048/gray_048_mac.qss @@ -903,6 +903,9 @@ ParamsPage { #XsheetScrollBar::add-page { background: none; } +#noteTextEdit { + color: black; +} XsheetViewer { qproperty-TextColor: #e6e6e6; qproperty-BGColor: #484848; diff --git a/stuff/config/qss/gray_072/gray_072.less b/stuff/config/qss/gray_072/gray_072.less index db898e2..a052a74 100644 --- a/stuff/config/qss/gray_072/gray_072.less +++ b/stuff/config/qss/gray_072/gray_072.less @@ -886,6 +886,10 @@ ParamsPage { } } +#noteTextEdit{ + color: black; +} + XsheetViewer { qproperty-TextColor: rgb(230,230,230); qproperty-BGColor: rgb(72,72,72); diff --git a/stuff/config/qss/gray_072/gray_072.qss b/stuff/config/qss/gray_072/gray_072.qss index 43698fa..92e1d39 100644 --- a/stuff/config/qss/gray_072/gray_072.qss +++ b/stuff/config/qss/gray_072/gray_072.qss @@ -903,6 +903,9 @@ ParamsPage { #XsheetScrollBar::add-page { background: none; } +#noteTextEdit { + color: black; +} XsheetViewer { qproperty-TextColor: #e6e6e6; qproperty-BGColor: #484848; diff --git a/stuff/config/qss/gray_072/gray_072_mac.qss b/stuff/config/qss/gray_072/gray_072_mac.qss index 43698fa..92e1d39 100644 --- a/stuff/config/qss/gray_072/gray_072_mac.qss +++ b/stuff/config/qss/gray_072/gray_072_mac.qss @@ -903,6 +903,9 @@ ParamsPage { #XsheetScrollBar::add-page { background: none; } +#noteTextEdit { + color: black; +} XsheetViewer { qproperty-TextColor: #e6e6e6; qproperty-BGColor: #484848;