Cosmetic Fix bug : dossier name disappear
This commit is contained in:
parent
9d496cd7bf
commit
3a7f97cf03
2 changed files with 6 additions and 3 deletions
|
|
@ -1375,7 +1375,7 @@ div.foldercontent {
|
|||
|
||||
@media only screen and (max-width: 1199px) {
|
||||
#dossier {
|
||||
display:none;
|
||||
display:flex;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -135,8 +135,11 @@ class Noalyss_Appearance
|
|||
|
||||
echo <<<EOF
|
||||
<style>
|
||||
|
||||
#top,#dossier,#module {
|
||||
#top {
|
||||
color:{$folder_font};
|
||||
background-color: transparent;
|
||||
}
|
||||
#dossier,#module {
|
||||
color:{$folder_font};
|
||||
background-color: {$folder};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue