mirror of
https://github.com/overte-org/overte.git
synced 2025-06-22 02:40:56 +02:00
23 lines
616 B
Text
23 lines
616 B
Text
QLabel#avatarLabel {
|
|
background-image: url(styles/avatar.svg);
|
|
background-repeat: no-repeat;
|
|
background-position: left center;
|
|
}
|
|
|
|
QLabel#advancedTuningLabel {
|
|
background-image: url(styles/wrench.svg);
|
|
background-repeat: no-repeat;
|
|
background-position: left center;
|
|
}
|
|
|
|
QPushButton#buttonBrowseHead,
|
|
QPushButton#buttonBrowseBody,
|
|
QPushButton#buttonBrowseLocation,
|
|
QPushButton#buttonBrowseScriptsLocation {
|
|
background-image: url(styles/search.svg);
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
background-color: #fff;
|
|
border-radius: 0;
|
|
padding: 0;
|
|
}
|