mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 11:17:34 +02:00
change next button style properties
This commit is contained in:
parent
c01d0b309e
commit
2dd2018d7d
1 changed files with 14 additions and 0 deletions
|
@ -7,6 +7,7 @@ QPlainTextEdit {
|
||||||
color: #333333;
|
color: #333333;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
border: none;
|
border: none;
|
||||||
|
selection-background-color: #7b91b5;
|
||||||
}
|
}
|
||||||
|
|
||||||
QLineEdit {
|
QLineEdit {
|
||||||
|
@ -32,6 +33,19 @@ QPushButton#searchButton {
|
||||||
border-bottom-left-radius: 9px;
|
border-bottom-left-radius: 9px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QPushButton#searchNextButton {
|
||||||
|
font-family: Helvetica, Arial, sans-serif;
|
||||||
|
background-repeat: none;
|
||||||
|
background-position: left center;
|
||||||
|
background-origin: content;
|
||||||
|
padding-left: 10px;
|
||||||
|
background-color: #333333;
|
||||||
|
color: #BBBBBB;
|
||||||
|
border-width: 0;
|
||||||
|
border-radius: 9px;
|
||||||
|
font-size: 11px;
|
||||||
|
}
|
||||||
|
|
||||||
QPushButton#revealLogButton {
|
QPushButton#revealLogButton {
|
||||||
font-family: Helvetica, Arial, sans-serif;
|
font-family: Helvetica, Arial, sans-serif;
|
||||||
background: url(styles/txt-file.svg);
|
background: url(styles/txt-file.svg);
|
||||||
|
|
Loading…
Reference in a new issue