Cosmetic : small screen keep folder color

This commit is contained in:
Dany De Bontridder 2022-08-27 14:40:10 +02:00 committed by sparkyx
parent 0f897b7448
commit 778400a506

View file

@ -135,7 +135,8 @@ class Noalyss_Appearance
echo <<<EOF
<style>
#dossier {
#dossier,#module {
color:{$folder_font};
background-color: {$folder};
}