diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-02-15 22:44:33 -0500 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-02-15 22:44:33 -0500 |
| commit | a71f1cbfe47bbe5bcefa7deb63fa812683a37178 (patch) | |
| tree | 2b9dcdd8d4612af8a263da7445f107b2fc88f458 /src/client/views/MainView.scss | |
| parent | e02a17cffe730d26456f0b83a8bb47a70d6092f1 (diff) | |
more color scheme fixes.
Diffstat (limited to 'src/client/views/MainView.scss')
| -rw-r--r-- | src/client/views/MainView.scss | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/client/views/MainView.scss b/src/client/views/MainView.scss index df594be4d..e91f7e94c 100644 --- a/src/client/views/MainView.scss +++ b/src/client/views/MainView.scss @@ -29,6 +29,9 @@ left: 0; z-index: 1; touch-action: none; + .searchBox-container { + background: lightgray; + } } .mainView-container-dark { @@ -38,6 +41,19 @@ .marquee { border-color: white; } + #search-input { + background: lightgray; + } + .searchBox-container { + background: rgb(45,45,45); + } + .contextMenu-cont, .contextMenu-item { + background: dimGray; + color: lightgray; + } + .contextMenu-item:hover { + background: gray; + } } .mainView-mainContent { |
