diff --git a/changelog.md b/changelog.md index f318392b..b9c75221 100644 --- a/changelog.md +++ b/changelog.md @@ -8,6 +8,17 @@ Saves from 2.4 are not compatible with 2.5. ## Fixes +# 2.4.3 + +## Features/Improvements + +* **[New Game Wizard]** Added the possibility to setup custom start date + +## Fixes + +* **[Mods]** Updated C-130J mod data to version 6.4 +* **[Mods]** Updated F-22A mod to latest version + # 2.4.2 ## Features/Improvements diff --git a/resources/stylesheets/style-dcs.css b/resources/stylesheets/style-dcs.css index ae829133..22945244 100644 --- a/resources/stylesheets/style-dcs.css +++ b/resources/stylesheets/style-dcs.css @@ -600,4 +600,26 @@ QGroupBox[style="IntelSummary"] QLabel { margin: 0px; font-size: 9px; line-height: 9px; +} + +QCalendarWidget +{ + background-color:#ff0000; + border: 1px solid black; +} + +QCalendarWidget QAbstractItemView +{ + background-color:#699245; + border: 1px solid black; +} + +QCalendarWidget QWidget { + color: #B7C0C6; +} + +QCalendarWidget QTableView{ + border-width: 2px; + background-color:lightgrey; + border: 1px solid black; } \ No newline at end of file