mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
Add: Refresh button
This commit is contained in:
@@ -81,6 +81,26 @@
|
||||
top 8px
|
||||
left 12px
|
||||
color inactiveTextColor
|
||||
.refreshButton, .settingButton
|
||||
display block
|
||||
position absolute
|
||||
top 12px
|
||||
font-size em
|
||||
btnDefault()
|
||||
box-sizing border-box
|
||||
circle()
|
||||
width 28px
|
||||
height 28px
|
||||
text-align center
|
||||
cursor pointer
|
||||
transition 0.1s
|
||||
&:focus, &.focus
|
||||
outline none
|
||||
.refreshButton
|
||||
right 45px
|
||||
.settingButton
|
||||
right 10px
|
||||
|
||||
|
||||
.PlanetNavigator
|
||||
absolute bottom left
|
||||
|
||||
@@ -7,8 +7,7 @@ buttonBorderColor = #4C4C4C
|
||||
|
||||
lightButtonColor = #898989
|
||||
|
||||
hoverBackgroundColor= transparentify(#444, 10%)
|
||||
activeBackgroundColor= transparentify(#888, 10%)
|
||||
hoverBackgroundColor= transparentify(#444, 3%)
|
||||
|
||||
// v0.2.0
|
||||
inactiveTextColor = #888
|
||||
|
||||
Reference in New Issue
Block a user