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  60192134b6dd7b577fef7799d599da40208bf021 (commit)
      from  2494889f67a760121d8d66ea0b94e1bddf548e45 (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=60192134b6dd7b577fef7799d599da40208bf021

commit 60192134b6dd7b577fef7799d599da40208bf021
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Thu Sep 21 17:41:22 2017 +0200

    Add comment

diff --git a/src/www/themes/funky/css/theme.css 
b/src/www/themes/funky/css/theme.css
index 668b514..a0a2cd8 100644
--- a/src/www/themes/funky/css/theme.css
+++ b/src/www/themes/funky/css/theme.css
@@ -789,11 +789,10 @@ input, select {
        text-decoration:line-through;
 }
 
+/* Hide number input spinners */
 input[type='number'] {
     -moz-appearance:textfield;
 }
-
 input::-webkit-outer-spin-button,
-input::-webkit-inner-spin-button {
-    -webkit-appearance: none;
-}
+input::-webkit-inner-spin-button { -webkit-appearance: none; }
+/* end Hide number input spinners */

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

Summary of changes:
 src/www/themes/funky/css/theme.css | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
FusionForge

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

Reply via email to