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

Fixed the TodoListPercentage styling, reverted tag color back to the default button color

This commit is contained in:
William Grant
2018-09-28 17:53:13 +02:00
parent 2a44e0b7eb
commit b3ede3230c
3 changed files with 6 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ body[data-theme="dark"]
.percentageText
color $ui-dark-text-color
body[data-theme="solarized-dark"]
.percentageBar
background-color #002b36
@@ -52,10 +52,10 @@ body[data-theme="solarized-dark"]
body[data-theme="monokai"]
.percentageBar
background-color #f92672
background-color: $ui-monokai-borderColor
.progressBar
background-color: #373831
background-color $ui-monokai-active-color
.percentageText
color #fdf6e3
color $ui-monokai-text-color

View File

@@ -74,4 +74,4 @@ body[data-theme="monokai"]
background-color transparent
.tag-label
color $ui-monokai-borderColor
color $ui-monokai-text-color

View File

@@ -369,7 +369,7 @@ $ui-monokai-active-color = #f92672
$ui-monokai-borderColor = #373831
$ui-monokai-tag-backgroundColor = #A6E22E
$ui-monokai-tag-backgroundColor = #373831
$ui-monokai-button-backgroundColor = #373831
$ui-monokai-button--active-color = white