noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 11/219: Infobulle : esthetic


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 11/219: Infobulle : esthetic
Date: Mon, 18 Dec 2017 13:22:27 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 8f0f7d6aec06d9bb9114811aca22b992ae1b90d0
Author: Dany De Bontridder <address@hidden>
Date:   Thu Jul 13 18:34:54 2017 +0200

    Infobulle : esthetic
---
 include/lib/html_input.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/lib/html_input.class.php b/include/lib/html_input.class.php
index 4737b29..30324e0 100755
--- a/include/lib/html_input.class.php
+++ b/include/lib/html_input.class.php
@@ -220,7 +220,7 @@ class HtmlInput
     }
     static function infobulle($p_comment)
     {
-        $r='<A HREF="#" tabindex="-1" 
style="display:inline;color:black;background-color:yellow;padding-left:4px;width:2em;padding-right:4px;text-decoration:none;"
 onmouseover="showBulle(\''.$p_comment.'\')"  
onclick="showBulle(\''.$p_comment.'\')" onmouseout="hideBulle(0)">?</A>';
+        $r='<A HREF="#" tabindex="-1" 
style="display:inline;color:white;background-color:blue;font-weight:bolder;padding-left:7px;width:2em;border-radius:9px;padding-right:7px;text-decoration:none;"
 onmouseover="showBulle(\''.$p_comment.'\')"  
onclick="showBulle(\''.$p_comment.'\')" onmouseout="hideBulle(0)">i</A>';
         return $r;
     }
     static function warnbulle($p_comment)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]