This commit is contained in:
John O'Nolan 2014-08-10 09:36:36 +03:00
parent 67b9d393db
commit a1ef78e7f9
2 changed files with 5 additions and 5 deletions

View File

@ -45,8 +45,8 @@
} }
.nav-item.active .nav-label, .nav-item.active .nav-label,
.nav-item:hover .nav-label { .nav-item:hover .nav-label {
color: rgba(255,255,255,0.9); color: #fff;
background: darken($darkgrey, 7%); background: darken($darkgrey, 9%);
@include transition(color 0.1s, background 0.1s); @include transition(color 0.1s, background 0.1s);
} }

View File

@ -101,7 +101,7 @@
.floatingheader { .floatingheader {
box-shadow: box-shadow:
rgba(0,0,0,0.02) 0 1px 2px, rgba(0,0,0,0.03) 0 1px 3px,
rgba(255, 255, 255, 0.5) 0 -1px 0 inset; rgba(255, 255, 255, 0.5) 0 -1px 0 inset;
&:before { &:before {
@ -112,7 +112,7 @@
bottom: 0; bottom: 0;
left: 50%; left: 50%;
margin-left: -40%; margin-left: -40%;
box-shadow: rgba(0,0,0,0.02) 0 2px 2px; box-shadow: rgba(0,0,0,0.03) 0 2px 3px;
} }
&:after { &:after {
content: ""; content: "";
@ -122,7 +122,7 @@
bottom: 0; bottom: 0;
left: 50%; left: 50%;
margin-left: -15%; margin-left: -15%;
box-shadow: rgba(0,0,0,0.02) 0 3px 3px; box-shadow: rgba(0,0,0,0.02) 0 3px 4px;
} }
} // .floatingheader } // .floatingheader