mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-23 20:54:24 +00:00
Widgets: use input[type="number"] for the number prop in the Recent Posts and Recent Comments widget forms.
Props helen, obenland, mordauk. Fixes #22965. git-svn-id: https://develop.svn.wordpress.org/trunk@34514 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -67,6 +67,11 @@ input[type="url"] {
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
/* Vertically align the number selector with the input. */
|
||||
input[type="number"] {
|
||||
line-height: inherit;
|
||||
}
|
||||
|
||||
input[type="checkbox"],
|
||||
input[type="radio"] {
|
||||
border: 1px solid #b4b9be;
|
||||
@@ -385,6 +390,14 @@ input[type="number"].small-text {
|
||||
width: 65px;
|
||||
}
|
||||
|
||||
input.tiny-text {
|
||||
width: 35px;
|
||||
}
|
||||
|
||||
input[type="number"].tiny-text {
|
||||
width: 45px;
|
||||
}
|
||||
|
||||
#doaction,
|
||||
#doaction2,
|
||||
#post-query-submit {
|
||||
|
||||
Reference in New Issue
Block a user