微调QSS让暗色的应用列表不那么刺眼

This commit is contained in:
RigoLigoRLC
2021-09-07 14:25:08 +08:00
parent 91292f6550
commit 90d44b85c1

View File

@@ -120,17 +120,18 @@ SpkAppItem::hover
background: DCTL1; background: DCTL1;
} }
SpkAppItem::pressed
{
background: DCTL3;
}
#styAppItmTitle #styAppItmTitle
{ {
font-weight: 500; font-weight: 500;
font-size: 17px; font-size: 17px;
} }
#styAppItmDesc
{
color: TXL;
font-size: 12px;
}
#styChkBtn #styChkBtn
{ {
border-width: 0px; border-width: 0px;
@@ -216,4 +217,4 @@ SpkTitleBarDefaultButton:pressed
#styMwCateg::branch:selected #styMwCateg::branch:selected
{ {
background-color: ACC_; background-color: ACC_;
} }