diff --git a/css/style.css b/css/style.css index 5ac99f712..ca28f7bb4 100644 --- a/css/style.css +++ b/css/style.css @@ -136,6 +136,7 @@ a[href="javascript:;"] { bottom: -8px; height: 10px; position: absolute; + z-index: 1; } #header-bar.autohide:not(:hover) #toggle-header-bar, #toggle-header-bar:hover { bottom: -16px; @@ -144,6 +145,14 @@ a[href="javascript:;"] { #header-bar.autohide #toggle-header-bar { cursor: s-resize; } +#toggle-header-bar:hover + hr { + border-width: 3px; + margin: 0; + position: absolute; + bottom: -4px; + right: 0; + left: 0; +} #header-bar a:not(.entry) { text-decoration: none; padding: 1px; diff --git a/src/features.coffee b/src/features.coffee index c15ed41d7..9675525cf 100644 --- a/src/features.coffee +++ b/src/features.coffee @@ -11,6 +11,7 @@ Header =
+