mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
style changes of header view nad checkbox
This commit is contained in:
parent
2d7521289a
commit
23c3bc8d0a
2 changed files with 11 additions and 1 deletions
|
|
@ -66,7 +66,7 @@
|
|||
},
|
||||
"nice-checkbox": {
|
||||
"bg-checked": "#56a06f",
|
||||
"bg-unchecked": "#434b56",
|
||||
"bg-unchecked": "#21252B",
|
||||
"bg-checker": "#D3D8DE",
|
||||
"bg-checker-hover": "#F0F2F5"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -387,10 +387,16 @@ QHeaderView::section:only-one {
|
|||
|
||||
QHeaderView::down-arrow {
|
||||
image: url(:/openpype/images/down_arrow.png);
|
||||
padding-right: 4px;
|
||||
subcontrol-origin: padding;
|
||||
subcontrol-position: center right;
|
||||
}
|
||||
|
||||
QHeaderView::up-arrow {
|
||||
image: url(:/openpype/images/up_arrow.png);
|
||||
padding-right: 4px;
|
||||
subcontrol-origin: padding;
|
||||
subcontrol-position: center right;
|
||||
}
|
||||
|
||||
/* Checkboxes */
|
||||
|
|
@ -1198,6 +1204,10 @@ QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
|
|||
font-size: 36pt;
|
||||
}
|
||||
|
||||
#OverlayFrame {
|
||||
background: rgba(0, 0, 0, 127);
|
||||
}
|
||||
|
||||
#BreadcrumbsPathInput {
|
||||
padding: 2px;
|
||||
font-size: 9pt;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue