Skip to content

Commit

Permalink
style changes of header view nad checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Jan 18, 2022
1 parent 2d75212 commit 23c3bc8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion openpype/style/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},
"nice-checkbox": {
"bg-checked": "#56a06f",
"bg-unchecked": "#434b56",
"bg-unchecked": "#21252B",
"bg-checker": "#D3D8DE",
"bg-checker-hover": "#F0F2F5"
},
Expand Down
10 changes: 10 additions & 0 deletions openpype/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 23c3bc8

Please sign in to comment.