Overview
Comment:Ajout barre de scroll pour le menu pour les petits écrans
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | dev
Files: files | file ages | folders
SHA1: 0b4e66e9274b3d28f43883145271a82994286bb6
User & Date: bohwaz on 2017-09-25 02:43:13
Other Links: branch diff | manifest | tags
Context
2017-09-25
23:17
Ne faire la màj que pour avant alpha1 check-in: c5145b48d5 user: bohwaz tags: dev
02:43
Ajout barre de scroll pour le menu pour les petits écrans check-in: 0b4e66e927 user: bohwaz tags: dev
02:15
Hu certains hébergeurs n'ont pas l'extension bc bordel, signalé par @Frédéric check-in: c820d16719 user: bohwaz tags: dev
Changes

Modified src/www/admin/static/admin.css from [5248dd5634] to [758eb0ad20].

86
87
88
89
90
91
92

93
94
95

96
97
98
99











100
101
102
103
104
105
106
    color: rgb(var(--gMainColor));
    margin-left: 180px;
    margin-bottom: 0.4em;
}

.header .menu {
    position: fixed;

    width: 170px;
    bottom: 0;
    top: 0;

    padding-top: 100px;
    background: #9c4f15 url("gdin_bg.png") no-repeat 0px 0px;
    background-color: rgb(var(--gMainColor));
}












.header .menu i {
    font-style: normal;
}

.header .menu a {
    color: #fff;







>

<

>




>
>
>
>
>
>
>
>
>
>
>







86
87
88
89
90
91
92
93
94

95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
    color: rgb(var(--gMainColor));
    margin-left: 180px;
    margin-bottom: 0.4em;
}

.header .menu {
    position: fixed;
    overflow: auto;
    width: 170px;

    top: 0;
    bottom: 0;
    padding-top: 100px;
    background: #9c4f15 url("gdin_bg.png") no-repeat 0px 0px;
    background-color: rgb(var(--gMainColor));
}

.header .menu::-webkit-scrollbar {
    width: 8px;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: inset 0px 0px 10px #666;
}

.header .menu::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
}

.header .menu i {
    font-style: normal;
}

.header .menu a {
    color: #fff;