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

modify: change background-color for note-detail component

This commit is contained in:
sota1235
2016-12-29 13:56:19 +09:00
parent 095a29972a
commit 5f71b24f8d
4 changed files with 11 additions and 8 deletions

View File

@@ -24,6 +24,7 @@
border none
padding 10px
line-height 1.6
background-color $ui-noteDetail-backgroundColor
.tabList
absolute left right
@@ -31,7 +32,7 @@
height 30px
border-bottom $ui-border
display flex
background-color $ui-backgroundColor
background-color $ui-noteDetail-backgroundColor
.tabList .list
flex 1
@@ -71,13 +72,13 @@ body[data-theme="dark"]
border-bottom-color $ui-dark-borderColor
.body .description textarea
background-color $ui-dark-button--hover-backgroundColor
background-color $ui-dark-noteDetail-backgroundColor
color white
.tabList
background-color $ui-button--active-backgroundColor
border-bottom-color $ui-dark-borderColor
background-color $ui-dark-backgroundColor
background-color $ui-dark-noteDetail-backgroundColor
.tabList .list
border-color $ui-dark-borderColor