From 1ffb5a72d5834d272fb1e08ea7c7a9a376f00ca0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 5 Apr 2019 14:45:54 +0200 Subject: [PATCH] Replace image with font awesome --- htdocs/core/class/html.form.class.php | 6 ++++-- htdocs/theme/eldy/global.inc.php | 3 +++ htdocs/theme/md/style.css.php | 4 ++++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 32e5149b1c1..61892f694d7 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -7288,8 +7288,10 @@ class Form global $conf, $langs; $out='
'; - $out.=''; - $out.=''; + //$out.=''; + //$out.=''; + $out.=''; + $out.=''; $out.='
'; return $out; diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index 3b8cacc4fa3..c917ac1661c 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -307,6 +307,9 @@ hr { border: 0; border-top: 1px solid #ccc; } box-shadow: none; -webkit-box-shadow: none; } +.button_search, .button_removefilter { + border: unset; +} form { padding:0px; margin:0px; diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 0ec1a5f3a51..cc2043de141 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -536,6 +536,10 @@ hr { border: 0; border-top: 1px solid #ccc; } box-shadow: none; -webkit-box-shadow: none; } +.button_search, .button_removefilter { + border: unset; + background: unset; +} form { padding:0px; margin:0px;