From 40ab7d7a5ccaf9ff8efac63778e344cbe0bf47e5 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Mon, 13 Sep 2021 14:03:53 +0200 Subject: [PATCH] changed style of card widgets --- openpype/style/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 {