From ad1de399805f258ea0cf3429703422fa1e7aedab Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Sun, 15 Sep 2019 19:07:53 +0300 Subject: [PATCH] better background color --- frontend/src/App.scss | 2 ++ frontend/src/Documents/Docs.scss | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/frontend/src/App.scss b/frontend/src/App.scss index ce79567..fda0684 100644 --- a/frontend/src/App.scss +++ b/frontend/src/App.scss @@ -28,4 +28,6 @@ body { font-family: "PT Sans", "emoji", sans-serif; + + background: $light-gray5; } diff --git a/frontend/src/Documents/Docs.scss b/frontend/src/Documents/Docs.scss index f461198..bf85d03 100644 --- a/frontend/src/Documents/Docs.scss +++ b/frontend/src/Documents/Docs.scss @@ -66,6 +66,12 @@ } .document { + + textarea, + .documentContents { + background: white; + } + height: 100%; margin-bottom: 1rem; @@ -104,9 +110,11 @@ >* { width: 100%; height: 100%; + .bp3-popover-target { width: 100%; height: 100%; + button { width: 100%; height: 100%;