1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

FinderにCopy to clipboard button追加

This commit is contained in:
Rokt33r
2015-11-15 01:22:56 +09:00
parent fb1462f669
commit 3e980fd2d4
4 changed files with 51 additions and 8 deletions

View File

@@ -79,6 +79,31 @@ body
white-space nowrap
text-overflow ellipsis
overflow-x hidden
clearfix()
.left
float left
.right
float right
button
border-radius 16.5px
cursor pointer
height 33px
width 33px
border none
margin-right 5px
font-size 18px
color inactiveTextColor
background-color transparent
padding 0
.tooltip
tooltip()
&.clipboardBtn .tooltip
margin-left -160px
margin-top 25px
&:hover
color textColor
.tooltip
opacity 1
.content
position absolute
top 55px