diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 07a6ae7dc8c..41dcd6285c5 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -1948,7 +1948,7 @@ if (! function_exists("llxFooter")) print "\n\n"; print '' . "\n"; } diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 4d5ae4a3ba3..0314ce7b928 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -2893,12 +2893,10 @@ table.valid { border-radius: 4px; } #tiptip_content { --moz-border-radius:0px; --webkit-border-radius: 0px; -border-radius: 0px; -background-color: rgb(255,255,255); -/* background-color: rgb(255,255,255); - background-color: rgba(255,255,255,0.95);*/ + -moz-border-radius:0px; + -webkit-border-radius: 0px; + border-radius: 0px; + background-color: rgb(255,255,255); line-height: 1.4em; min-width: 200px; }