diff options
author | raylu <raylu@gridium.com> | 2013-10-21 23:35:53 -0700 |
---|---|---|
committer | raylu <raylu@gridium.com> | 2013-10-21 23:35:53 -0700 |
commit | 0761480db9c0a83662ca31662ddb88214750cece (patch) | |
tree | f3cc76e95667c64d9d14a7a7ffced38e225e1bf1 /web/static/css/kill.ccss | |
parent | e38de9534b3c5d38a77f94c9843ce88856f5a802 (diff) | |
download | ykill-0761480db9c0a83662ca31662ddb88214750cece.tar.xz |
fitting tooltips
Diffstat (limited to 'web/static/css/kill.ccss')
-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 |