Hide the box shadow when hiding the header bar.

This commit is contained in:
Nicolas Stepien 2013-02-13 15:31:04 +01:00
parent 22d40d2315
commit c2715231a3
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -105,6 +105,7 @@ a[href="javascript:;"] {
transition: all .1s ease-in-out;
}
#header-bar.autohide:not(:hover) {
box-shadow: none;
margin-bottom: -1em;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);