diff options
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index 4d183c6f5..cdc82d1fe 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -13,7 +13,7 @@ div.topbar { top: 0; left: 0; right: 0; - z-index: 100; + z-index: 1000; overflow: visible; @shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1); .box-shadow(@shadow); @@ -21,7 +21,6 @@ div.topbar { a { color: @grayLight; text-shadow: 0 -1px 0 rgba(0,0,0,.25); - .transition(all linear .1s); } // Hover and active states for links ul li a:hover, |
