git-svn-id: https://develop.svn.wordpress.org/trunk@22898 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
67891fed5c
commit
cd3696b902
@ -35,13 +35,13 @@ ins {
|
||||
background: #00063f;
|
||||
}
|
||||
input[type=text],
|
||||
.post-password-required input[type=password],
|
||||
input[type=password],
|
||||
input[type=email],
|
||||
input[type=url],
|
||||
input[type=number],
|
||||
textarea {
|
||||
border: 1px solid #222;
|
||||
}
|
||||
input[type=text]:focus,
|
||||
textarea:focus {
|
||||
}
|
||||
input#s {
|
||||
background-color: #ddd;
|
||||
}
|
||||
|
@ -438,6 +438,9 @@ small {
|
||||
/* Forms */
|
||||
input[type=text],
|
||||
input[type=password],
|
||||
input[type=email],
|
||||
input[type=url],
|
||||
input[type=number],
|
||||
textarea {
|
||||
background: #fafafa;
|
||||
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
|
||||
@ -447,6 +450,10 @@ textarea {
|
||||
color: #888;
|
||||
}
|
||||
input[type=text]:focus,
|
||||
input[type=password]:focus,
|
||||
input[type=email]:focus,
|
||||
input[type=url]:focus,
|
||||
input[type=number]:focus,
|
||||
textarea:focus {
|
||||
color: #373737;
|
||||
}
|
||||
@ -454,7 +461,11 @@ textarea {
|
||||
padding-left: 3px;
|
||||
width: 98%;
|
||||
}
|
||||
input[type=text] {
|
||||
input[type=text],
|
||||
input[type=password],
|
||||
input[type=email],
|
||||
input[type=url],
|
||||
input[type=number] {
|
||||
padding: 3px;
|
||||
}
|
||||
input#s {
|
||||
|
Loading…
Reference in New Issue
Block a user