From ad48697ff9a7a25f52047e3ddf68a551c89b0758 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Fri, 21 Feb 2014 16:21:04 +0100 Subject: webui: fix combobox styles to work with selenium testing https://fedorahosted.org/freeipa/ticket/3903 Reviewed-By: Adam Misnyovszki --- install/ui/ipa.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/ipa.css') diff --git a/install/ui/ipa.css b/install/ui/ipa.css index ca8ccaffc..7109be3d4 100644 --- a/install/ui/ipa.css +++ b/install/ui/ipa.css @@ -1013,7 +1013,6 @@ table.scrollable tbody { } .combobox-widget-list { - visibility: hidden; border: 1px solid #A0A0A0; background: #EEEEEE; padding: 5px; @@ -1027,6 +1026,7 @@ table.scrollable tbody { } .combobox-widget-list a { + position: relative; padding: 0; margin: 0; } -- cgit