Skip to content

Fix task bar UI #587

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 20, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 25 additions & 7 deletions browser/components/TodoListPercentage.styl
Original file line number Diff line number Diff line change
@@ -1,13 +1,31 @@
.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 100
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 #f4f4f4
padding: 2px 43%

body[data-theme="dark"]
.percentageBar
background-color #222426

.progressBar
background-color: $ui-dark-button--active-backgroundColor

.percentageText
color $ui-dark-text-color