diff --git a/index.html b/index.html index 5751b4c..2078513 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ font-size: 0.95em; } -#draw-tools, #file-tools, #edit-tools, #drive-tools { +#draw-tools, #file-tools, #edit-tools, #drive-tools, .tooltip { display: inline-block; position: relative; float: left; @@ -115,6 +115,17 @@ textarea { white-space: pre; } +.tooltip { + display: none; +} + +.tool:hover > .tooltip { + display: block; + position: fixed; + bottom: 5px; + left: 5px; +} +
@@ -128,12 +139,24 @@ textarea {