mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Added inset dropshadow to sidebars
This commit is contained in:
parent
f60872ac72
commit
ce4b2cce60
2
public/css/built.css
vendored
2
public/css/built.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
5
resources/assets/css/colors.css
vendored
5
resources/assets/css/colors.css
vendored
@ -19,10 +19,7 @@ body {
|
||||
border-color: #337ab7;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
background-color: #337ab7 !important;
|
||||
}
|
||||
|
||||
.navbar,
|
||||
.navbar-collapse {
|
||||
background-color: #337ab7 !important;
|
||||
}
|
||||
|
9
resources/assets/css/sidebar.css
vendored
9
resources/assets/css/sidebar.css
vendored
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user