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

prepare alpha.5 (remain work: MD preview, keybind)

This commit is contained in:
Rokt33r
2015-10-31 13:05:22 +09:00
parent d9442aa23c
commit 3d0b79f674
18 changed files with 427 additions and 403 deletions

View File

@@ -100,6 +100,7 @@ iptFocusBorderColor = #369DCD
color white
margin 0 2px
padding 0
border 1px solid darken(brandColor, 10%)
button.tagRemoveBtn
color white
border-radius 2px
@@ -117,13 +118,13 @@ iptFocusBorderColor = #369DCD
font-size 12px
line-height 12px
input.tagInput
background-color white
background-color transparent
outline none
margin 0 2px
border-radius 2px
border 1px solid borderColor
border none
transition 0.1s
&:focus
border-color iptFocusBorderColor
height 18px
.right
@@ -165,8 +166,7 @@ iptFocusBorderColor = #369DCD
border none
background-color transparent
line-height 60px
font-size 32px
font-weight bold
font-size 24px
outline none
&.idle
.detailInfo
@@ -217,9 +217,9 @@ iptFocusBorderColor = #369DCD
absolute top bottom
left 45px
right 15px
font-size 32px
font-size 24px
line-height 60px
font-weight bold
white-space nowrap
overflow-x auto
overflow-y hidden

View File

@@ -39,6 +39,7 @@ articleNavBgColor = #353535
.controlSection
height 88px
padding 22px 15px
margin-bottom 44px
.newPostBtn
border none
background-color brandColor
@@ -80,6 +81,9 @@ articleNavBgColor = #353535
border-color brandColor
.folders
margin-bottom 15px
.folderList
height 340px
overflow-y auto
.folderList button
height 33px
width 199px

View File

@@ -2,8 +2,9 @@ bgColor = #E6E6E6
inputBgColor = white
iptFocusBorderColor = #369DCD
refreshBtColor = #B3B3B3
refreshBtnActiveColor = #3A3A3A
topBarBtnColor = #B3B3B3
topBarBtnBgColor = #B3B3B3
topBarBtnBgActiveColor = #3A3A3A
infoBtnColor = bgColor
infoBtnBgColor = #B3B3B3
@@ -41,7 +42,7 @@ infoBtnActiveBgColor = #3A3A3A
z-index 0
&:focus
border-color iptFocusBorderColor
i.fa
i.fa.fa-search
position absolute
display block
top 0
@@ -49,6 +50,23 @@ infoBtnActiveBgColor = #3A3A3A
line-height 33px
z-index 1
pointer-events none
.searchClearBtn
position absolute
top 6px
right 10px
width 20px
height 20px
border-radius 10px
border none
background-color transparent
color topBarBtnColor
transition 0.1s
line-height 20px
text-align center
padding 0
&:hover
color white
background-color topBarBtnBgColor
&>.refreshBtn
float left
width 33px