diff --git a/partials/cells/CellAnnotationList.vue b/partials/cells/CellAnnotationList.vue index dbc81315bf2ce470c4ff936158eeb43a2f19bd6c..004c9fea1c6b877ef339da0fb7e29e5b4ab15b3b 100644 --- a/partials/cells/CellAnnotationList.vue +++ b/partials/cells/CellAnnotationList.vue @@ -265,7 +265,7 @@ export default { overflow auto .annotation-list.display-full - background-color #323031 + background-color #303030 .annotation-list.display-preview color #ddd @@ -309,13 +309,13 @@ export default { background-color #e7e9ff .q-item-separator-component - background-color #222 + background-color #252525 .annotation-content-container padding-right 66px .annotation-tabs-container - background-color #252324 + background-color #252525 position: absolute top: 0 right: 0 @@ -330,12 +330,12 @@ export default { flex-grow 1 text-align: center flex-direction: column - background-color #323031 + background-color #303030 &.active background-color $primary color: white &:not(:last-child) - border-bottom: 1px solid #252324 + border-bottom: 1px solid #252525 div display: flex flex-direction: column