1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

update status bar style

This commit is contained in:
Yutaka Ishii
2017-11-23 21:47:58 +09:00
parent 4bb28a358e
commit 402d577ce0
4 changed files with 12 additions and 10 deletions

View File

@@ -75,7 +75,8 @@ $control-height = 30px
color $ui-inactive-text-color color $ui-inactive-text-color
.item-title .item-title
font-size 14px font-size 15px
font-weight 700
position relative position relative
top -12px top -12px
left 20px left 20px
@@ -91,7 +92,7 @@ $control-height = 30px
.item-bottom .item-bottom
position relative position relative
bottom 0px bottom 0px
margin-top 2px margin-top 10px
font-size 12px font-size 12px
line-height 20px line-height 20px
overflow ellipsis overflow ellipsis
@@ -108,10 +109,9 @@ $control-height = 30px
font-size 11px font-size 11px
margin-right 8px margin-right 8px
padding 0 padding 0
height 20px
box-sizing border-box box-sizing border-box
border-radius 2px border-radius 2px
padding 1px 2px padding 4px
vertical-align middle vertical-align middle
background-color white background-color white
color $ui-inactive-text-color color $ui-inactive-text-color

View File

@@ -1,24 +1,25 @@
.percentageBar .percentageBar
position absolute position absolute
top 40px top 50px
right 0px right 0px
left 0px left 0px
background-color #DADFE1 background-color #DADFE1
width 100% width 100%
height: 15px height: 17px
font-size: 12px font-size: 12px
z-index 100 z-index 100
border-radius 2px border-radius 2px
.progressBar .progressBar
background-color: #6C7A89 background-color: #1EC38B
height 15px height 17px
border-radius 2px border-radius 2px
transition 0.3s transition 0.4s cubic-bezier(0.4, 0.4, 0, 1)
.percentageText .percentageText
color #f4f4f4 color #f4f4f4
padding: 2px 43% padding: 2px 43%
font-weight 600
body[data-theme="dark"] body[data-theme="dark"]
.percentageBar .percentageBar

View File

@@ -8,7 +8,7 @@ class FolderSelect extends React.Component {
super(props) super(props)
this.state = { this.state = {
status: 'SEARCH', status: 'IDLE',
search: '', search: '',
optionIndex: -1 optionIndex: -1
} }

View File

@@ -58,6 +58,7 @@
position absolute position absolute
top 30px top 30px
max-height 450px max-height 450px
min-width 150px
overflow auto overflow auto
z-index 200 z-index 200
border $ui-border border $ui-border