From 472560e2bfd10df153bebdb68fd1be012797031c Mon Sep 17 00:00:00 2001 From: Sosuke Suzuki Date: Sat, 21 Jan 2017 15:52:06 +0900 Subject: [PATCH 1/2] correction EscButton in darkmode --- browser/main/modals/NewNoteModal.styl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/browser/main/modals/NewNoteModal.styl b/browser/main/modals/NewNoteModal.styl index f0ee1e62..105d2833 100644 --- a/browser/main/modals/NewNoteModal.styl +++ b/browser/main/modals/NewNoteModal.styl @@ -68,11 +68,6 @@ body[data-theme="dark"] border-color $ui-dark-borderColor color $ui-dark-text-color - .closeButton - border-color $ui-dark-borderColor - color $ui-dark-text-color - colorDarkDefaultButton() - .control-button border-color $ui-dark-borderColor color $ui-dark-text-color From 2fdbe9de960ec472ae02f3a31637c7425f34d283 Mon Sep 17 00:00:00 2001 From: Sosuke Suzuki Date: Sat, 21 Jan 2017 15:44:52 +0900 Subject: [PATCH 2/2] unify finder backgroundcolor --- browser/finder/FinderMain.styl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/browser/finder/FinderMain.styl b/browser/finder/FinderMain.styl index 4e939b9a..fb26b6c3 100644 --- a/browser/finder/FinderMain.styl +++ b/browser/finder/FinderMain.styl @@ -25,6 +25,7 @@ $list-width = 250px .result absolute left right bottom top $search-height + background-color $ui-noteDetail-backgroundColor .result-nav user-select none @@ -89,6 +90,9 @@ body[data-theme="dark"] .search-input color $ui-dark-text-color + .result + background-color $ui-dark-noteList-backgroundColor + .result-nav background-color $ui-dark-backgroundColor label