mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
22 lines
575 B
Text
22 lines
575 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 {
|
|
background-image: url(styles/search.svg);
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
background-color: #fff;
|
|
border-radius: 0;
|
|
padding: 0;
|
|
}
|