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 +}