1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-09 12:42:36 +01:00

Change navbar styling

This commit is contained in:
Hillel Coren 2017-06-21 15:52:54 +03:00
parent 2b2373499d
commit 112fc57c1d
3 changed files with 8 additions and 3 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

@ -412,7 +412,12 @@ background-color: #9b9b9b;
xbackground-color: #337ab7;
}
.navbar,
.navbar {
x-moz-box-shadow: 0 0 10px 2px rgba(0,0,0,.6);
x-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.6);
box-shadow: 0 0 10px 2px rgba(0,0,0,.6);
}
ul.dropdown-menu,
.twitter-typeahead .tt-menu {
x-moz-box-shadow: 0 0 10px 2px rgba(0,0,0,.05);