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

Add: Refresh button

This commit is contained in:
Rokt33r
2015-07-30 14:40:14 +09:00
parent 45b99d13cd
commit ac0d81f9b3
4 changed files with 37 additions and 4 deletions

View File

@@ -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

View File

@@ -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