update add order for menu and void foc for no table
This commit is contained in:
@@ -209,3 +209,35 @@ i.logout_icon{
|
||||
.blue{
|
||||
background-color: blue;
|
||||
}
|
||||
|
||||
/*For Menu List*/
|
||||
.dropdown-toggle:after{
|
||||
margin-left:30px;
|
||||
}
|
||||
.my-toggle{
|
||||
padding: 15px 35px 10px 20px;
|
||||
line-height:2;
|
||||
border-bottom: 1px solid #fff;
|
||||
}
|
||||
.list-menu{
|
||||
list-style: none;
|
||||
margin-top:5px;
|
||||
background-color: #eee;
|
||||
}
|
||||
.menu_list{
|
||||
display: block;
|
||||
background-color: #eeeeee;
|
||||
border-bottom: .214rem solid #fff;
|
||||
border-left: 1px solid #54A5AF;
|
||||
border-right: 1px solid #54A5AF;
|
||||
margin-bottom: -1px;
|
||||
margin-top: 5px
|
||||
}
|
||||
.menu_click{
|
||||
list-style: none;
|
||||
margin-left:-40px;
|
||||
border-bottom: .014rem solid #fff;
|
||||
}
|
||||
.list-menu > a:hover{
|
||||
text-decoration: none;
|
||||
}
|
||||
Reference in New Issue
Block a user