Add input[type='number']
authorTim Düsterhus <duesterhus@woltlab.com>
Sun, 14 Oct 2012 11:18:19 +0000 (13:18 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Sun, 14 Oct 2012 11:18:19 +0000 (13:18 +0200)
wcfsetup/install/files/style/form.less

index 9204274b423dce3cab99b18234277e5c62c6d02d..2c9d446f54db4fa76504f502df91399e151aacc7 100644 (file)
@@ -166,6 +166,7 @@ input[type='text'],
 input[type='search'], /* Does not work in WebKit browsers */
 input[type='date'],
 input[type='email'],
+input[type='number'],
 input[type='url'],
 input[type='password'],
 textarea,
@@ -189,6 +190,7 @@ input[type='text'],
 input[type='search'],
 input[type='date'],
 input[type='email'],
+input[type='number'],
 input[type='url'],
 input[type='password'],
 textarea,
@@ -205,6 +207,7 @@ input[type='text']:hover,
 input[type='search']:hover,
 input[type='date']:hover,
 input[type='email']:hover,
+input[type='number']:hover,
 input[type='url']:hover,
 input[type='password']:hover,
 textarea:hover,
@@ -218,6 +221,7 @@ input[type='text']:active,
 input[type='search']:active,
 input[type='date']:active,
 input[type='email']:active,
+input[type='number']:active,
 input[type='url']:active,
 input[type='password']:active,
 textarea:active,
@@ -227,6 +231,7 @@ input[type='text']:focus,
 input[type='search']:focus,
 input[type='date']:focus,
 input[type='email']:focus,
+input[type='number']:focus
 input[type='url']:focus,
 input[type='password']:focus,
 textarea:focus,
@@ -244,6 +249,7 @@ select[multiple]:focus {
 input[type='text'][readonly],
 input[type='search'][readonly],
 input[type='email'][readonly],
+input[type='number'][readonly],
 input[type='date'][readonly],
 input[type='url'][readonly],
 input[type='password'][readonly],
@@ -259,6 +265,7 @@ input[type='text'][disabled],
 input[type='search'][disabled],
 input[type='date'][disabled],
 input[type='email'][disabled],
+input[type='number'][disabled],
 input[type='url'][disabled],
 input[type='password'][disabled],
 textarea[disabled],
@@ -273,6 +280,7 @@ select[multiple][disabled] {
 .formError input[type='text'],
 .formError input[type='search'],
 .formError input[type='email'],
+.formError input[type='number'],
 .formError input[type='url'],
 .formError input[type='password'],
 .formError textarea {
@@ -284,6 +292,7 @@ select[multiple][disabled] {
 .formSuccess input[type='text'],
 .formSuccess input[type='search'],
 .formSuccess input[type='email'],
+.formSuccess input[type='number'],
 .formSuccess input[type='url'],
 .formSuccess input[type='password'],
 .formSuccess textarea {