diff --git a/index.css b/index.css index 2bc2cf2..f4e8643 100644 --- a/index.css +++ b/index.css @@ -166,6 +166,34 @@ body, html { border-radius: 3px; } +#controls-timeline-tooltip { + background: #1F2021; + border-radius: 3px; + box-shadow: 0px 1px 2px rgba(0,0,0,.2); + padding: 4px 8px; + color: #fff; + text-align: center; + font-size: 11px; + position: absolute; + bottom: 53px; + z-index: 100; + opacity: 0; + transition: opacity 0.25s; +} + +#controls-timeline-tooltip:after { + width: 0; + height: 0; + top: 100%; + left: 50%; + border-left: 6px solid transparent; + border-right: 6px solid transparent; + border-top: 6px solid #1F2021; + content: ""; + margin-left: -6px; + position: absolute; +} + #popup .button.bottom { position: absolute; bottom: 0; @@ -222,7 +250,7 @@ body:hover #overlay, body:hover .titlebar { background-color: #31A357; width: 0%; height: 10px; - transition: width 0.25s linear; + transition: width 0.25s; } .controls-secondary { diff --git a/index.html b/index.html index 8f9a5fe..ce04eb0 100644 --- a/index.html +++ b/index.html @@ -26,6 +26,7 @@