From 239edb06055f867e74a9cb71e32a02db6e0e46e7 Mon Sep 17 00:00:00 2001 From: William Grant Date: Fri, 27 Apr 2018 09:01:41 +0200 Subject: [PATCH] tweaked styling --- browser/components/NoteItem.styl | 2 +- browser/main/Detail/FolderSelect.styl | 7 +++++++ browser/main/Detail/TagSelect.styl | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/browser/components/NoteItem.styl b/browser/components/NoteItem.styl index b2e256e7..017ef6d0 100644 --- a/browser/components/NoteItem.styl +++ b/browser/components/NoteItem.styl @@ -358,7 +358,7 @@ body[data-theme="monokai"] color $ui-monokai-text-color .item-wrapper - border-color alpha($ui-monokai-button--active-backgroundColor, 60%) + border-color alpha($ui-monokai-button-backgroundColor, 60%) .item--active border-color $ui-monokai-borderColor diff --git a/browser/main/Detail/FolderSelect.styl b/browser/main/Detail/FolderSelect.styl index e898faa8..cfdc2734 100644 --- a/browser/main/Detail/FolderSelect.styl +++ b/browser/main/Detail/FolderSelect.styl @@ -135,6 +135,13 @@ body[data-theme="dark"] color $ui-dark-inactive-text-color body[data-theme="monokai"] + .root + color $ui-dark-text-color + &:hover + color white + background-color $ui-monokai-button--hover-backgroundColor + border-color $ui-monokai-borderColor + .search-optionList color white border-color $ui-monokai-borderColor diff --git a/browser/main/Detail/TagSelect.styl b/browser/main/Detail/TagSelect.styl index 3de22a52..0ff4c6a3 100644 --- a/browser/main/Detail/TagSelect.styl +++ b/browser/main/Detail/TagSelect.styl @@ -85,7 +85,7 @@ body[data-theme="solarized-dark"] body[data-theme="monokai"] .tag - background-color $ui-monokai-tag-backgroundColor + background-color $ui-monokai-button-backgroundColor .tag-removeButton border-color $ui-button--focus-borderColor