From 90d44b85c168ef723224f7b968f36dc7b6cb96a5 Mon Sep 17 00:00:00 2001 From: RigoLigoRLC Date: Tue, 7 Sep 2021 14:25:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83QSS=E8=AE=A9=E6=9A=97?= =?UTF-8?q?=E8=89=B2=E7=9A=84=E5=BA=94=E7=94=A8=E5=88=97=E8=A1=A8=E4=B8=8D?= =?UTF-8?q?=E9=82=A3=E4=B9=88=E5=88=BA=E7=9C=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/stylesheets/mainwindow_dark.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/resource/stylesheets/mainwindow_dark.css b/resource/stylesheets/mainwindow_dark.css index 3ba5b8a..815b1bd 100644 --- a/resource/stylesheets/mainwindow_dark.css +++ b/resource/stylesheets/mainwindow_dark.css @@ -120,17 +120,18 @@ SpkAppItem::hover background: DCTL1; } -SpkAppItem::pressed -{ - background: DCTL3; -} - #styAppItmTitle { font-weight: 500; font-size: 17px; } +#styAppItmDesc +{ + color: TXL; + font-size: 12px; +} + #styChkBtn { border-width: 0px; @@ -216,4 +217,4 @@ SpkTitleBarDefaultButton:pressed #styMwCateg::branch:selected { background-color: ACC_; -} \ No newline at end of file +}