From 9ae77fdedb62f141817bd15862f800288b5e3821 Mon Sep 17 00:00:00 2001 From: simon987 Date: Tue, 3 Mar 2020 16:51:01 -0500 Subject: [PATCH] Fix css glitch --- web/css/dark.css | 2 +- web/css/light.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/css/dark.css b/web/css/dark.css index 5c849a9..6770d31 100644 --- a/web/css/dark.css +++ b/web/css/dark.css @@ -446,7 +446,7 @@ option { } } -.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) { +#searchBar { border-right: none; } diff --git a/web/css/light.css b/web/css/light.css index 1401fd2..1f01062 100644 --- a/web/css/light.css +++ b/web/css/light.css @@ -307,7 +307,7 @@ mark { } } -.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) { +#searchBar { border-right: none; }