diff --git a/openpype/style/style.css b/openpype/style/style.css index 9ce5db2ec5..b6f39e4849 100644 --- a/openpype/style/style.css +++ b/openpype/style/style.css @@ -688,8 +688,11 @@ QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical { background: {color:bg-buttons}; border-radius: 0.2em; } +#CardViewWidget:hover { + background: {color:bg-button-hover}; +} #CardViewWidget[state="selected"] { - background: {color:bg-inputs}; + background: {color:bg-view-selection}; } #PublishFrame {