summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2015-05-07 10:23:11 +0200
committerPetr Vobornik <pvoborni@redhat.com>2015-05-20 14:16:42 +0200
commit9b5655607d1a777006721f12fc61de122e3ea4d6 (patch)
tree81c64dda34d223ef7b708e4b06e1121ba8e502b4 /install
parent7ddcff3ef71a1d4254d291bdab99075f2cd8f205 (diff)
downloadfreeipa-9b5655607d1a777006721f12fc61de122e3ea4d6.tar.gz
freeipa-9b5655607d1a777006721f12fc61de122e3ea4d6.tar.xz
freeipa-9b5655607d1a777006721f12fc61de122e3ea4d6.zip
webui: fix empty table border in Firefox
Firefox suffers from: https://bugzilla.mozilla.org/show_bug.cgi?id=409254 This is a workaround to fix it. Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
Diffstat (limited to 'install')
-rw-r--r--install/ui/less/widgets.less5
1 files changed, 4 insertions, 1 deletions
diff --git a/install/ui/less/widgets.less b/install/ui/less/widgets.less
index edfa005a7..cafd3bd96 100644
--- a/install/ui/less/widgets.less
+++ b/install/ui/less/widgets.less
@@ -89,4 +89,7 @@
.tooltip-inner {
min-width: 200px;
max-width: 400px;
-} \ No newline at end of file
+}
+
+// workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=409254
+tbody:empty { display: none; } \ No newline at end of file