fix memo's text color (#371)

This commit is contained in:
shun-iwasawa 2016-05-27 14:49:51 +09:00 committed by Keisuke Ogaki
parent 822411ba0e
commit 5df182a862
6 changed files with 20 additions and 0 deletions

View file

@ -887,6 +887,10 @@ ParamsPage {
}
}
#noteTextEdit{
color: black;
}
XsheetViewer {
qproperty-TextColor: rgb(230,230,230);
qproperty-BGColor: rgb(72,72,72);

View file

@ -903,6 +903,9 @@ ParamsPage {
#XsheetScrollBar::add-page {
background: none;
}
#noteTextEdit {
color: black;
}
XsheetViewer {
qproperty-TextColor: #e6e6e6;
qproperty-BGColor: #484848;

View file

@ -903,6 +903,9 @@ ParamsPage {
#XsheetScrollBar::add-page {
background: none;
}
#noteTextEdit {
color: black;
}
XsheetViewer {
qproperty-TextColor: #e6e6e6;
qproperty-BGColor: #484848;

View file

@ -886,6 +886,10 @@ ParamsPage {
}
}
#noteTextEdit{
color: black;
}
XsheetViewer {
qproperty-TextColor: rgb(230,230,230);
qproperty-BGColor: rgb(72,72,72);

View file

@ -903,6 +903,9 @@ ParamsPage {
#XsheetScrollBar::add-page {
background: none;
}
#noteTextEdit {
color: black;
}
XsheetViewer {
qproperty-TextColor: #e6e6e6;
qproperty-BGColor: #484848;

View file

@ -903,6 +903,9 @@ ParamsPage {
#XsheetScrollBar::add-page {
background: none;
}
#noteTextEdit {
color: black;
}
XsheetViewer {
qproperty-TextColor: #e6e6e6;
qproperty-BGColor: #484848;