noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 90/119: select_box cosmetic font


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 90/119: select_box cosmetic font
Date: Mon, 26 Oct 2020 18:27:32 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit f880de50455260b357bd207211826ad77225b9b2
Author: Dany De Bontridder <danydb@noalyss.eu>
AuthorDate: Mon Oct 12 18:38:02 2020 +0200

    select_box cosmetic font
---
 include/lib/select_box.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/lib/select_box.class.php b/include/lib/select_box.class.php
index 28e6bc7..396d416 100644
--- a/include/lib/select_box.class.php
+++ b/include/lib/select_box.class.php
@@ -157,7 +157,7 @@ class Select_Box
         
 
         // display the button
-        printf('<input type="button" class="smallbutton icon " id="%s_bt" 
value="%s &#x25BE;" >',
+        printf('<input type="button" class="smallbutton " id="%s_bt" value="%s 
&#x25BE;" >',
                 $this->id, $this->value);
         printf('<input type="hidden" id="%s" name="%s" value="%s">', $this->id,
                 $this->id, $this->default_value);



reply via email to

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