mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
Change z-index position and delete unnecessary class
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
width 100%
|
width 100%
|
||||||
height: 15px
|
height: 15px
|
||||||
font-size: 12px
|
font-size: 12px
|
||||||
z-index 100000
|
z-index 1000
|
||||||
border-radius 2px
|
border-radius 2px
|
||||||
|
|
||||||
.progressBar
|
.progressBar
|
||||||
@@ -17,28 +17,15 @@
|
|||||||
transition 0.3s
|
transition 0.3s
|
||||||
|
|
||||||
.percentageText
|
.percentageText
|
||||||
color #fff
|
color #f4f4f4
|
||||||
padding: 2px 43%
|
padding: 2px 43%
|
||||||
|
|
||||||
body[data-theme="dark"]
|
body[data-theme="dark"]
|
||||||
.percentageBar
|
.percentageBar
|
||||||
position absolute
|
|
||||||
top 58px
|
|
||||||
right: 0px
|
|
||||||
left 0px
|
|
||||||
background-color #222426
|
background-color #222426
|
||||||
width 100%
|
|
||||||
height: 15px
|
|
||||||
font-size: 12px
|
|
||||||
z-index 100000
|
|
||||||
border-radius 2px
|
|
||||||
|
|
||||||
.progressBar
|
.progressBar
|
||||||
background-color: $ui-dark-button--active-backgroundColor
|
background-color: $ui-dark-button--active-backgroundColor
|
||||||
height 15px
|
|
||||||
border-radius 2px
|
|
||||||
transition 0.3s
|
|
||||||
|
|
||||||
.percentageText
|
.percentageText
|
||||||
color $ui-dark-text-color
|
color $ui-dark-text-color
|
||||||
padding: 2px 43%
|
|
||||||
Reference in New Issue
Block a user