diff options
Diffstat (limited to 'web/static/css')
-rw-r--r-- | web/static/css/kill.ccss | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/web/static/css/kill.ccss b/web/static/css/kill.ccss index 3e09ba7..6ef779c 100644 --- a/web/static/css/kill.ccss +++ b/web/static/css/kill.ccss @@ -38,6 +38,22 @@ display: inline-block width: 32px height: 32px + position: relative // for .tooltip + + .tooltip: + display: none + position: absolute + top: 32px + left: 8px + line-height: 1em + padding: 8px 10px + background-color: rgba(40, 40, 40, 0.9) + white-space: nowrap + text-align: center + z-index: 1 + pointer-events: none + &:hover .tooltip: + display: block .avail: border: 1px solid #888 |