mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
Fix task bar UI
This commit is contained in:
@@ -1,13 +1,44 @@
|
||||
.percentageBar
|
||||
position absolute
|
||||
background-color #bcbcbc
|
||||
height 20px
|
||||
top 58px
|
||||
right: 0px
|
||||
left 0px
|
||||
background-color #DADFE1
|
||||
width 100%
|
||||
height: 15px
|
||||
font-size: 12px
|
||||
z-index 100000
|
||||
border-radius 2px
|
||||
|
||||
.progressBar
|
||||
background-color #52d8a5
|
||||
height 20px
|
||||
text-align center
|
||||
background-color: #6C7A89
|
||||
height 15px
|
||||
border-radius 2px
|
||||
transition 0.3s
|
||||
|
||||
.progressBar p
|
||||
color white
|
||||
.percentageText
|
||||
color #fff
|
||||
padding: 2px 43%
|
||||
|
||||
body[data-theme="dark"]
|
||||
.percentageBar
|
||||
position absolute
|
||||
top 58px
|
||||
right: 0px
|
||||
left 0px
|
||||
background-color #222426
|
||||
width 100%
|
||||
height: 15px
|
||||
font-size: 12px
|
||||
z-index 100000
|
||||
border-radius 2px
|
||||
|
||||
.progressBar
|
||||
background-color: $ui-dark-button--active-backgroundColor
|
||||
height 15px
|
||||
border-radius 2px
|
||||
transition 0.3s
|
||||
|
||||
.percentageText
|
||||
color $ui-dark-text-color
|
||||
padding: 2px 43%
|
||||
Reference in New Issue
Block a user