mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 16:18:03 +02:00
log dialog style changes
This commit is contained in:
parent
8faa6718a5
commit
18295809ce
1 changed files with 6 additions and 9 deletions
|
@ -1,10 +1,7 @@
|
||||||
QWidget {
|
QPlainTextEdit {
|
||||||
background-color: none;
|
font-family: Inconsolata, Lucida Console, Andale Mono, Monaco;
|
||||||
}
|
font-size: 16px;
|
||||||
|
padding-left: 28px;
|
||||||
QPlainTextEdit {
|
color: #333333;
|
||||||
font-family: Inconsolata, Lucida Console, Andale Mono, Monaco;
|
background-color: #FFFFFF;
|
||||||
font-size: 16px;
|
|
||||||
padding: 28px;
|
|
||||||
color: #333333;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue