Redesign admin roles menu
This commit is contained in:
parent
b532d6521e
commit
221ed952d1
2 changed files with 14 additions and 15 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue