Redesign admin roles menu

This commit is contained in:
Chaïb Martinez 2019-02-12 16:18:29 +01:00 committed by Mathieu Magnin
parent b532d6521e
commit 221ed952d1
2 changed files with 14 additions and 15 deletions

View file

@ -2,16 +2,16 @@
position: fixed;
bottom: 10px;
z-index: 300;
color:#ffffff;
color: #FFFFFF;
list-style: none;
text-decoration : none;
text-decoration: none;
padding-left: 20px;
}
#switch-menu a, #switch-menu a:link , #switch-menu a:visited , #switch-menu a:hover {
text-decoration : none;
color:#ffffff;
#switch-menu a,
#switch-menu a:link,
#switch-menu a:visited,
#switch-menu a:hover {
text-decoration: none;
color: #FFFFFF;
}