changed style of card widgets

This commit is contained in:
iLLiCiTiT 2021-09-13 14:03:53 +02:00
parent fc47ef8e81
commit 40ab7d7a5c

View file

@ -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 {