mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
added another label and moved widgets around
This commit is contained in:
parent
026308feab
commit
e7fef1e6d2
3 changed files with 125 additions and 41 deletions
|
|
@ -1117,19 +1117,19 @@ QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
|
|||
#ExpandLabel[state="invalid"]:hover, #SettingsLabel[state="invalid"]:hover {
|
||||
color: {color:settings:invalid-dark};
|
||||
}
|
||||
#SettingsOutdatedSourceVersion {
|
||||
color: {color:settings:source-version-outdated};
|
||||
}
|
||||
#SourceVersionLabel {
|
||||
border-radius: 0.48em;
|
||||
padding-left: 3px;
|
||||
padding-right: 3px;
|
||||
padding-left: 3px;
|
||||
padding-right: 3px;
|
||||
}
|
||||
|
||||
#SourceVersionLabel[state="same"] {
|
||||
border: 1px solid {color:settings:source-version};
|
||||
color: {color:settings:source-version};
|
||||
color: {color:settings:source-version};
|
||||
}
|
||||
#SourceVersionLabel[state="different"] {
|
||||
border: 1px solid {color:settings:source-version-outdated};
|
||||
color: {color:settings:source-version-outdated};
|
||||
color: {color:settings:source-version-outdated};
|
||||
}
|
||||
|
||||
/* TODO Replace these with explicit widget types if possible */
|
||||
|
|
@ -1146,8 +1146,8 @@ QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
|
|||
border-color: {color:settings:invalid-dark};
|
||||
}
|
||||
|
||||
#GroupWidget {
|
||||
border-bottom: 1px solid #21252B;
|
||||
#SettingsFooter {
|
||||
border-top: 1px solid #21252B;
|
||||
}
|
||||
|
||||
#ProjectListWidget QLabel {
|
||||
|
|
@ -1155,6 +1155,10 @@ QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
#ProjectListContentWidget {
|
||||
background: {color:bg-view};
|
||||
}
|
||||
|
||||
#MultiSelectionComboBox {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue