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; }