Bland Left Menu ( isis sidebar nav ) ??? #32337
vintagedaddyo
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just a suggestion but perhaps it would be nice to see the isis sidebar nav a little less bland and more matching of the isis theme just for a basic idea of what I was meaning.... ie: https://ibb.co/vvNBySc
/* Left Menu ( isis sidebar nav ) */
.sidebar-nav .nav-header {
font-weight: bold;
border-bottom: 1px solid #ccc;
padding-bottom: 5px;
}
.sidebar-nav .nav-list {
border: 1px solid #ccc;
background: #F0F0F0;
border-radius: 3px;
padding: 5px;
}
.sidebar-nav .nav-list li a {
display: block;
padding: 6px 15px;
border-bottom: 1px solid #ddd;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
background: #f9f9f9;
}
.sidebar-nav .nav-list li:first-child a:first-of-type {
border-top: 1px solid #ddd;
}
.sidebar-nav .nav-list li.active a {
color: #000 !important;
background: #F0F0F0 !important;
}
.sidebar-nav .nav-list li a:active,
.sidebar-nav .nav-list li a:hover {
background-color: #EBEBEB !important;
text-decoration: none;
font-weight: bold;
color: #000 !important;
}
.j-sidebar-container {
background-color: unset !important;
border-bottom: unset !important;
border-right: unset !important;
}
Beta Was this translation helpful? Give feedback.
All reactions