From 38b006255bb5c47fa2528056e576c42dd8f7aa24 Mon Sep 17 00:00:00 2001 From: gilbN Date: Sat, 20 Jul 2019 13:17:28 +0200 Subject: [PATCH] Ombi: outline fix --- CSS/themes/ombi/ombi-base.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CSS/themes/ombi/ombi-base.css b/CSS/themes/ombi/ombi-base.css index 50ade29e..4cd7c14c 100644 --- a/CSS/themes/ombi/ombi-base.css +++ b/CSS/themes/ombi/ombi-base.css @@ -33,6 +33,9 @@ background-color:var(--modal-bg-color) !important; border-radius: 3px; background-color: transparent !important; } +.search-bar-background[_ngcontent-c2] { + background-color: transparent; +} .form-control-custom { background-color: rgba(0, 0, 0, 0.25) !important; } @@ -96,6 +99,7 @@ hr { color: #ffffff!important; background-color: rgba(0, 0, 0, 0.45) !important; border-color: rgba(0, 0, 0, 0)!important; + outline: none !important; } .btn-primary-outline:hover {