mirror of
https://github.com/overte-org/overte.git
synced 2025-04-13 11:22:10 +02:00
sytle changes on log dialog
This commit is contained in:
parent
aa75763b27
commit
2b92194d35
1 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,7 @@ QPlainTextEdit {
|
||||||
}
|
}
|
||||||
|
|
||||||
QLineEdit {
|
QLineEdit {
|
||||||
|
font-family: Inconsolata, Lucida Console, Andale Mono, Monaco;
|
||||||
padding-left: 7px;
|
padding-left: 7px;
|
||||||
background-color: #CCCCCC;
|
background-color: #CCCCCC;
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
|
@ -44,6 +45,10 @@ QPushButton#revealLogButton {
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QCheckBox {
|
||||||
|
font-family: Helvetica, Arial, sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
QCheckBox::indicator:unchecked {
|
QCheckBox::indicator:unchecked {
|
||||||
image: url(resources/styles/unchecked.svg);
|
image: url(resources/styles/unchecked.svg);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue