Added inset dropshadow to sidebars

This commit is contained in:
Hillel Coren 2016-09-22 09:31:42 +03:00
parent f60872ac72
commit ce4b2cce60
4 changed files with 7 additions and 11 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -19,10 +19,7 @@ body {
border-color: #337ab7;
}
.navbar {
background-color: #337ab7 !important;
}
.navbar,
.navbar-collapse {
background-color: #337ab7 !important;
}

View File

@ -33,7 +33,7 @@
z-index: 1000;
position: fixed;
left: 250px;
width: 0;
width: 250px;
height: 100%;
margin-left: -250px;
overflow-y: auto;
@ -91,6 +91,9 @@
margin: 0;
list-style: none;
height: 100%;
box-shadow: inset 0 0 6px #000000;
-moz-box-shadow: inset 0 0 6px #000000;
-webkit-box-shadow: inset 0 0 5px #000000;
}
#left-sidebar-wrapper .sidebar-nav li {
@ -180,10 +183,6 @@
padding-right: 0;
}
#left-sidebar-wrapper {
width: 250px;
}
#left-sidebar-wrapper a.btn {
margin-top:10px;
margin-right:10px;