From 8ca74d36d2db13b915e2fdbac57aff2684a2827e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Sun, 14 Oct 2012 13:18:19 +0200 Subject: [PATCH] Add input[type='number'] --- wcfsetup/install/files/style/form.less | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/wcfsetup/install/files/style/form.less b/wcfsetup/install/files/style/form.less index 9204274b42..2c9d446f54 100644 --- a/wcfsetup/install/files/style/form.less +++ b/wcfsetup/install/files/style/form.less @@ -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 { -- 2.20.1