mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
change style of detailed description
This commit is contained in:
parent
48e887f239
commit
542efb57bc
2 changed files with 9 additions and 1 deletions
|
|
@ -856,6 +856,14 @@ QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* New Create/Publish UI */
|
/* New Create/Publish UI */
|
||||||
|
#CreatorDetailedDescription {
|
||||||
|
padding-left: 5px;
|
||||||
|
padding-right: 5px;
|
||||||
|
padding-top: 5px;
|
||||||
|
background: transparent;
|
||||||
|
border: 1px solid {color:border};
|
||||||
|
}
|
||||||
|
|
||||||
#CreateDialogHelpButton {
|
#CreateDialogHelpButton {
|
||||||
background: rgba(255, 255, 255, 31);
|
background: rgba(255, 255, 255, 31);
|
||||||
border-top-right-radius: 0;
|
border-top-right-radius: 0;
|
||||||
|
|
|
||||||
|
|
@ -367,7 +367,7 @@ class CreateDialog(QtWidgets.QDialog):
|
||||||
detail_description_input = QtWidgets.QTextEdit(
|
detail_description_input = QtWidgets.QTextEdit(
|
||||||
detail_description_widget
|
detail_description_widget
|
||||||
)
|
)
|
||||||
detail_description_input.setObjectName("InfoText")
|
detail_description_input.setObjectName("CreatorDetailedDescription")
|
||||||
detail_description_input.setTextInteractionFlags(
|
detail_description_input.setTextInteractionFlags(
|
||||||
QtCore.Qt.TextBrowserInteraction
|
QtCore.Qt.TextBrowserInteraction
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue