Increased visibility and now overflowing with ellipsis
This commit is contained in:
parent
f8f75cec52
commit
29ad412a2e
@ -107,15 +107,22 @@ ul {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#sidebar-menu .main-menu td {
|
#sidebar-menu .main-menu td {
|
||||||
|
padding: 1px !important;
|
||||||
border-top: 1px solid #ebebeb;
|
border-top: 1px solid #ebebeb;
|
||||||
overflow-x:auto;
|
overflow: hidden;
|
||||||
white-space:nowrap;
|
white-space:nowrap;
|
||||||
/* text-overflow:ellipsis;*/
|
text-overflow:ellipsis;
|
||||||
max-width:200px;
|
max-width:200px;
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
@media(max-width:992px){
|
||||||
|
#sidebar-menu .main-menu td {
|
||||||
|
max-width: 150px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar-menu .main-menu .ff-wrapper { /* This wrapper is needed because firefox won't apply overflow to a td-tag */
|
#sidebar-menu .main-menu .ff-wrapper { /* This wrapper is needed because firefox won't apply overflow to a td-tag */
|
||||||
overflow-x:auto;
|
overflow:hidden;
|
||||||
|
text-overflow:ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar-menu .main-menu .top {
|
#sidebar-menu .main-menu .top {
|
||||||
@ -124,9 +131,9 @@ ul {
|
|||||||
|
|
||||||
#sidebar-menu .main-menu a {
|
#sidebar-menu .main-menu a {
|
||||||
display: inline;
|
display: inline;
|
||||||
font-size: 13px;
|
font-size: 16px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: #999;
|
color: #2F2F2F;
|
||||||
padding: 4px 20px;
|
padding: 4px 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -140,7 +147,7 @@ ul {
|
|||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar-menu .main-menu tr:hover > td > .only {
|
#sidebar-menu .main-menu tr:hover > td > div > .only {
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -247,4 +254,8 @@ ul {
|
|||||||
top: 0;
|
top: 0;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#sidebar-menu .main-menu td {
|
||||||
|
max-width: 200px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user