mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 01:22:25 +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;
|
||||
background-color: #FFFFFF;
|
||||
border: none;
|
||||
selection-background-color: #7b91b5;
|
||||
}
|
||||
|
||||
QLineEdit {
|
||||
|
@ -32,6 +33,19 @@ QPushButton#searchButton {
|
|||
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 {
|
||||
font-family: Helvetica, Arial, sans-serif;
|
||||
background: url(styles/txt-file.svg);
|
||||
|
|
Loading…
Reference in a new issue