From c749d3ea70c9ac0ff62600fc7f3a21b504d3d451 Mon Sep 17 00:00:00 2001 From: ICabaleiro Date: Tue, 4 May 2021 11:32:13 +0100 Subject: [PATCH] Fixing weird border on selects --- assets/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/style.css b/assets/style.css index af8c063..8f02385 100644 --- a/assets/style.css +++ b/assets/style.css @@ -73,6 +73,9 @@ body { #custom-css .dropdown-menu input[type="submit"]{ border: 1px solid transparent !important; /* Removing black border in buttons */ } +#custom-css .ng-select .ng-input>input{ + border: 0 !important; +} #custom-css .header .options-row{ padding-left: 0; }