From 54691d45d4049d551f2a5f9861ecd66bbd25a1b5 Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Mon, 11 Aug 2014 09:16:23 -0500 Subject: [PATCH] Issue #2317135 by aboros | rteijeiro: Fixed Transparent background in autocomplete widget. --- core/themes/seven/css/jquery.ui.theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/core/themes/seven/css/jquery.ui.theme.css b/core/themes/seven/css/jquery.ui.theme.css index 8cfc67e5b886..89089d8923b7 100644 --- a/core/themes/seven/css/jquery.ui.theme.css +++ b/core/themes/seven/css/jquery.ui.theme.css @@ -11,6 +11,7 @@ background: none; } .ui-widget-content { + background: #fff; border: none; } -- GitLab