From e8d16b4b39b633674395ed84bd5c515b46b3c2c6 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Mon, 8 Apr 2024 18:13:48 +0300 Subject: [PATCH] Use secondary body color in search/direction forms --- app/assets/stylesheets/common.scss | 6 ------ app/views/layouts/_search.html.erb | 4 ++-- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index ba976ff2b..82908ddc4 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -847,8 +847,6 @@ tr.turn:hover { } .search_form { - background-color: $lightgrey; - #query { z-index: 0; } @@ -858,10 +856,6 @@ tr.turn:hover { } } -.directions_form { - background-color: $lightgrey; -} - /* Rules for user images */ img.user_image { diff --git a/app/views/layouts/_search.html.erb b/app/views/layouts/_search.html.erb index 397fdb828..c7939aa01 100644 --- a/app/views/layouts/_search.html.erb +++ b/app/views/layouts/_search.html.erb @@ -1,5 +1,5 @@
-
+
@@ -16,7 +16,7 @@
-
+
-- 2.45.1