mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
23 lines
349 B
Stylus
23 lines
349 B
Stylus
.control-restoreButton
|
|
top 115px
|
|
topBarButtonRight()
|
|
&:hover .tooltip
|
|
opacity 1
|
|
|
|
.tooltip
|
|
tooltip()
|
|
position absolute
|
|
pointer-events none
|
|
top 50px
|
|
left 25px
|
|
z-index 200
|
|
padding 5px
|
|
line-height normal
|
|
border-radius 2px
|
|
opacity 0
|
|
transition 0.1s
|
|
|
|
body[data-theme="dark"]
|
|
.control-restoreButton
|
|
topBarButtonDark()
|