add options to select apps that must be displayed in the top menu (replace exteral sites option)

This commit is contained in:
Simon Vieille 2020-08-12 10:51:49 +02:00
commit ffab77aff2
Signed by: deblan
GPG key ID: 03383D15A1D31745
8 changed files with 67 additions and 23 deletions

View file

@ -20,6 +20,11 @@
margin: 10px 0 10px 0;
}
#side-menu-section input[type="checkbox"] {
vertical-align: middle;
}
#side-menu-section select {
margin: 10px 0 10px 0;
}
@ -32,3 +37,5 @@
color: #555;
border-radius: 3px;
}