1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-06-01 12:13:08 +00:00

実装 - tooltip (Refresh, Planet setting, Planet refresh, Edit article, Delete article, Contact)

This commit is contained in:
Rokt33r
2015-08-23 03:05:30 +09:00
parent 04060ce252
commit 9712be909d
8 changed files with 105 additions and 50 deletions
@@ -159,22 +159,11 @@
border-color darken(brandBorderColor, 10%)
background-color brandColor
color white
.newPlanetTooltip
position fixed
z-index 500
background-color transparentify(invBackgroundColor, 80%)
color invTextColor
padding 10px
line-height 1em
border-radius 5px
margin-top -23px
.tooltip
tooltip()
margin-top -22px
margin-left 33px
white-space nowrap
font-size 1.1em
opacity 0
transition 0.1s
pointer-events none
&:hover .newPlanetTooltip
&:hover .tooltip
opacity 1
.UserContainer
absolute top bottom right