This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  7d0d49e3dad13c75f7f7729c986080a9d605499d (commit)
      from  350b46b6bf65bb4b08a71794e3d0d47619a38dc5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=7d0d49e3dad13c75f7f7729c986080a9d605499d

commit 7d0d49e3dad13c75f7f7729c986080a9d605499d
Author: Franck Villaume <[email protected]>
Date:   Wed Sep 13 14:24:07 2017 +0000

    use jqueryui spinner for input type number

diff --git a/src/www/themes/funky/Theme.class.php 
b/src/www/themes/funky/Theme.class.php
index 2d6fa82..2393373 100644
--- a/src/www/themes/funky/Theme.class.php
+++ b/src/www/themes/funky/Theme.class.php
@@ -75,6 +75,7 @@ class Theme_Funky extends Layout {
                                jQuery(":reset").button();
                                jQuery(":button").button();
                                jQuery("[id^=tabber").tabs();
+                               
jQuery('input').filter('[type="number"]').spinner();
                                
jQuery("select").filter(":visible").not(\'[multiple="multiple"]\').selectmenu({change:
 function( event, ui ) {
                                                                if 
(ui.item.element.context.parentNode.id == "quicknav") {
                                                                        
location.href = ui.item.value;
diff --git a/src/www/themes/funky/css/theme.css 
b/src/www/themes/funky/css/theme.css
index 3e54dbb..668b514 100644
--- a/src/www/themes/funky/css/theme.css
+++ b/src/www/themes/funky/css/theme.css
@@ -788,3 +788,12 @@ input, select {
 .artifact_closed, .artifact_closed:hover {
        text-decoration:line-through;
 }
+
+input[type='number'] {
+    -moz-appearance:textfield;
+}
+
+input::-webkit-outer-spin-button,
+input::-webkit-inner-spin-button {
+    -webkit-appearance: none;
+}

-----------------------------------------------------------------------

Summary of changes:
 src/www/themes/funky/Theme.class.php | 1 +
 src/www/themes/funky/css/theme.css   | 9 +++++++++
 2 files changed, 10 insertions(+)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to