Added more e-mail fields & their style
authorLuzifr <szekely@woltlab.com>
Thu, 28 Jul 2011 15:47:16 +0000 (17:47 +0200)
committerLuzifr <szekely@woltlab.com>
Thu, 28 Jul 2011 15:47:16 +0000 (17:47 +0200)
the missing style declarations from previous commit

wcfsetup/install/files/acp/style/testing.css

index bd8313fe7448fc0e48f9f5fb9c9e2c8f447bbad8..b3bf15c11b11475137197b6e7f70ae925733f01d 100644 (file)
@@ -518,14 +518,16 @@ select {
 /* Form Elements */
 
 input[type='text'],
-input[type='password'],
-input[type="search"] {
+input[type="search"],
+input[type="email"],
+input[type='password'] {
        padding: 5px 3px;
 }
 
 input[type='text'],
-input[type='password'],
 input[type="search"],
+input[type="email"],
+input[type='password'],
 textarea {
        border: 1px solid #ccc;
        
@@ -539,19 +541,23 @@ textarea {
 }
 
 input[type='text']:hover,
-input[type='password']:hover,
 input[type="search"]:hover,
+input[type="email"]:hover,
+input[type='password']:hover,
 textarea:hover {
        background-color: #fffff6;
        border: 1px solid #69c;
 }
 
 input[type='text']:active,
-input[type='password']:active,
 input[type="search"]:active,
+input[type="email"]:active,
+input[type='password']:active,
 textarea:active,
 input[type='text']:focus,
 input[type="search"]:focus,
+input[type="email"]:focus,
+input[type='password']:focus,
 textarea:focus {
        background-color: #fffff6;
        border: 1px solid #69c;
@@ -570,12 +576,6 @@ textarea:focus {
 
 
 
-
-
-
-
-
-
 /* -- -- -- -- -- Large Buttons -- -- -- -- -- */
 
 .largeButtons {